X509OutputOpts Enumeration |
Options to format or re-encode output.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax[FlagsAttribute]
public enum OutputOpts
<FlagsAttribute>
Public Enumeration OutputOpts
MembersMember name | Description |
---|
Default |
Default options
|
Ldap |
Output distinguished name in LDAP string representation.
|
Decimal |
Output serial number in decimal format [default = hex].
|
Latin1 |
Encode distinguished name in Latin-1 encoding, if possible.
|
Unicode |
Output distinguished name in Unicode character set (UTF-8 or UTF-16 as appropriate).
|
See Also