X509CRLEntry(Asn1Reader) Constructor

Initializes a new instance of the X509CRLEntry class from a ASN.1 reader that points to a CRL entry.

Definition

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

Parameters

asn  Asn1Reader
ASN.1 reader.

Exceptions

ArgumentNullExceptionasn parameter is null.
InvalidDataExceptionThe data do not represent a valid CRL entry structure.

See Also