mscorlib(4.0.0.0) API with additions
X500DistinguishedNameFlags.cs
2 {
4  [Flags]
6  {
8  None = 0x0,
10  Reversed = 0x1,
12  UseSemicolons = 0x10,
14  DoNotUsePlusSign = 0x20,
16  DoNotUseQuotes = 0x40,
18  UseCommas = 0x80,
20  UseNewLines = 0x100,
22  UseUTF8Encoding = 0x1000,
24  UseT61Encoding = 0x2000,
26  ForceUTF8Encoding = 0x4000
27  }
28 }
X500DistinguishedNameFlags
Specifies characteristics of the X.500 distinguished name.
Forces the distinguished name to encode specific X.500 keys as UTF-8 strings rather than printable Un...
The distinguished name uses UTF8 encoding instead of Unicode character encoding.