X509AlternativeName Constructor

Overload List

X509AlternativeName(Byte) Initializes a new instance of the X509AlternativeName class by using a ASN.1-encoded byte array that represents a particular alternative name.
X509AlternativeName(X509AlternativeNamesEnum, Object) Initializes a new instance of the X509AlternativeName class by using alternative name type and alternative name value.
X509AlternativeName(X509AlternativeNamesEnum, Object, Oid) Initializes a new instance of the X509AlternativeName class by using alternative name type, alternative name value and alternative name object identifier. This constructor supports only OtherName type which can be either: OtherName, Guid or UserPrincipalName. Use additional constructor for the rest alternative name types.

See Also