Click or drag to resize

X509AlternativeName Constructor (Byte)

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

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509AlternativeName(
	byte[] rawData
)

Parameters

rawData
Type: SystemByte
ASN.1-encoded byte array that represents a particular alternative name.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData is null reference.
ArgumentException The data in the rawData argument is invalid or alternative name type cannot be determined.
See Also