System::Security::Cryptography::X509Certificates::X509NameType enum
X509NameType enum
Type of X.509 certificate-contained name which relates to either issuer or subject of the certificate.
enum class X509NameType
Values
Name | Value | Description |
---|---|---|
SimpleName | 0 | Simple name of subject or issuer. |
EmailName | 1 | Email address. |
UpnName | 2 | UPN name. |
DnsName | 3 | DNS name. |
DnsFromAlternativeName | 4 | Alternative DNS name equivalent to DNS name. |
UrlName | 5 | URL. |
See Also
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++