System::Security::Cryptography::X509Certificates::X500DistinguishedNameFlags enum
X500DistinguishedNameFlags enum
X509 certificate distinguished name formatting rules.
enum class X500DistinguishedNameFlags
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No special characteristics. |
| Reversed | 1 | Name is reserved. |
| UseSemicolons | 16 | Use semicolons. |
| DoNotUsePlusSign | 32 | Name doesn’t use plus sign. |
| DoNotUseQuotes | 64 | Disables quotes in name. |
| UseCommas | 128 | Enables using commas. |
| UseNewLines | 256 | Enables using new lines. |
| UseUTF8Encoding | 4096 | Switches from using Unicode to using UTF-8 encoding. |
| UseT61Encoding | 8192 | Switches to T61 encoding. |
| ForceUTF8Encoding | 16384 | Forces using UTF-8 when encoding specific X500 keys. |
See Also
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++