Click or drag to resize

X509CRLEntryCollectionDecode Method

Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection.

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
Asn1InvalidTagExceptionThe encoded data is not valid.
ArgumentNullExceptionThe rawData parameter is null reference.
See Also