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.X509NameType

Assembly: System.Security.Cryptography

Specifies the type of name the X509 certificate contains.

Values

SimpleName
The simple name of a subject or issuer of an X509 certificate.
EmailName
The email address of the subject or issuer associated of an X509 certificate.
UpnName
The UPN name of the subject or issuer of an X509 certificate.
DnsName
The DNS name associated with the alternative name of either the subject or issuer of an X509 certificate.
DnsFromAlternativeName
The DNS name associated with the alternative name of either the subject or the issuer of an X.509 certificate. This value is equivalent to the <see cref="F:System.Security.Cryptography.X509Certificates.X509NameType.DnsName" /> value.
UrlName
The URL address associated with the alternative name of either the subject or issuer of an X509 certificate.