X509CRLEntryCollectionDecode(Asn1Reader) Method

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public void Decode(
	Asn1Reader asn
)

Parameters

asn  Asn1Reader
ASN.1 that points to the beginning of the CRL entry collection structure.

Remarks

This method removes any existing entries in the collection before decoding.

Exceptions

Asn1InvalidTagExceptionThe encoded data is not valid.
ArgumentNullExceptionThe rawData parameter is null reference.

See Also