Click or drag to resize

X509OutputOpts Enumeration

Options to format or re-encode output.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
[FlagsAttribute]
public enum OutputOpts
Members
Member nameDescription
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