X509CRLEntryCollectionDecode(Asn1Reader) Method
Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public void Decode(
Asn1Reader asn
)
Public Sub Decode (
asn As Asn1Reader
)
public:
void Decode(
Asn1Reader^ asn
)
member Decode :
asn : Asn1Reader -> unit
Parameters
- asn Asn1Reader
- ASN.1 that points to the beginning of the CRL entry collection structure.
This method removes any existing entries in the collection before decoding.