Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags

Assembly: System.Security.Cryptography

Specifies characteristics of the X.500 distinguished name.

Values

None
The distinguished name has no special characteristics.
Reversed
The distinguished name is reversed.
UseSemicolons
The distinguished name uses semicolons.
DoNotUsePlusSign
The distinguished name does not use the plus sign.
DoNotUseQuotes
The distinguished name does not use quotation marks.
UseCommas
The distinguished name uses commas.
UseNewLines
The distinguished name uses the new line character.
UseUTF8Encoding
The distinguished name uses UTF8 encoding instead of Unicode character encoding.
UseT61Encoding
The distinguished name uses T61 encoding.
ForceUTF8Encoding
Forces the distinguished name to encode specific X.500 keys as UTF-8 strings rather than printable Unicode strings. For more information and the list of X.500 keys affected, see the X500NameFlags enumeration.