X509CRL2 Properties |
The X509CRL2 type exposes the following members.
Name | Description | |
---|---|---|
CRLNumber |
Gets the CRL sequential number.
| |
Extensions |
Gets a collection of X509Extension objects.
| |
Handle |
Gets a handle to a Microsoft Cryptographic API CRL context described by an unmanaged
CRL_CONTEXT structure.
| |
Issuer |
Gets the textual representation of the CRL issuer (in X.500 name format).
| |
IssuerName |
Gets the distinguished name of the CRL issuer.
| |
NextUpdate |
Gets the date by which the next CRL will be issued. The next CRL could be issued before the indicated date, but it will
not be issued any later than the indicated date.
| |
RawData |
Gets the raw data of a certificate revocation list.
| |
RevokedCertificates |
Gets a collection of X509CRLEntry objects.
| |
SignatureAlgorithm |
Gets the algorithm used to create the signature of a CRL.
| |
ThisUpdate |
Gets the issue date of this CRL.
| |
Thumbprint |
Gets a thumbprint of the current CRL object. Default thumbprint algorithm is SHA256.
| |
Type |
Gets the type of a certificate revocation list. Value can be either Base CRL or Delta CRL.
| |
Version |
Gets the X.509 format version of a certificate revocation list.
|