X509AlternativeNamesEnum Enumeration
            Contains alternative name enumeration used by Subject Alternative Names extension.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public enum X509AlternativeNamesEnum
Public Enumeration X509AlternativeNamesEnum
public enum class X509AlternativeNamesEnum
type X509AlternativeNamesEnum
 | Unknown | 0 | The name type is not identified. | 
| OtherName | 1 | The name consists of an object identifier (OID) and a byte array that contains the name value. | 
| Rfc822Name | 2 | The name is an email address such as someone@example.com. | 
| DnsName | 3 | The name is a Domain Name System (DNS) name such as MyDomain.Company.com. The format of a DNS name
            is Host.Entity.Domain. For more information about DNS, see RFC 1034
            (Domain Names—Concepts and Facilities), and RFC 1035
            (Domain Names—Implementation and Specification). | 
| DirectoryName | 5 | The name is an X.500 directory name such as CN=administrators,CN=users,DC=corp,DC=company,DC=com. | 
| URL | 7 | The name is a URL such as http://www.company.com/. | 
| IpAddress | 8 | The name is an Internet Protocol (IP) address in dotted decimal format 123.456.789.123. | 
| RegisteredId | 9 | The name is an object identifier (OID) registered with the International Standards Organization (ISO). | 
| Guid | 10 | The name is a Directory Service Agent GUID. The GUID identifies a server to the Active Directory
            replication system as a domain controller. | 
| UserPrincipalName | 11 | The name is a user principal name (UPN). A UPN is a user logon name in email address format. That is, a
            UPN consists of a shorthand name for a user account followed by the DNS name of the Active Directory
            tree in which the user object resides. It has the form UserName@DNS_suffix. An example is
            UserName@Microsoft.com where Microsoft.com is the DNS suffix and UserName is a placeholder
            for a shorthand name assigned by Microsoft to a user account. |