X509AlternativeName(Byte) Constructor

Initializes a new instance of the X509AlternativeName class by using a ASN.1-encoded byte array that represents a particular alternative name.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509AlternativeName(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded byte array that represents a particular alternative name.

Exceptions

ArgumentNullExceptionrawData is null reference.
ArgumentException The data in the rawData argument is invalid or alternative name type cannot be determined.

See Also