Click or drag to resize

X509AlternativeNameCollectionDecode Method

Decodes ASN.1 encoded byte array to an array of X509AlternativeName objects.

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

Parameters

rawData
Type: SystemByte
ASN.1-encoded byte array.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null.
Asn1InvalidTagException The data in the rawData parameter is not valid array of X509AlternativeName objects.
See Also