Click or drag to resize

X509AlternativeName Constructor

Overload List
  NameDescription
Public methodX509AlternativeName(Byte)
Initializes a new instance of the X509AlternativeName class by using a ASN.1-encoded byte array that represents a particular alternative name.
Public methodX509AlternativeName(X509AlternativeNamesEnum, Object)
Initializes a new instance of the X509AlternativeName class by using alternative name type and alternative name value.
Public methodX509AlternativeName(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.
Top
See Also