X509CRLEntry Constructor

Overload List

X509CRLEntry(Asn1Reader) Initializes a new instance of the X509CRLEntry class from a ASN.1 reader that points to a CRL entry.
X509CRLEntry(Byte) Initializes a new instance of the X509CRLEntry class from a ASN.1-encoded byte array.
X509CRLEntry(String, NullableDateTime, Int32) Initializes a new instance of the X509CRLEntry class from a serial number, revocation date and revocation reason code.

See Also