The CertificateRevocationList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CrlNumber |
Gets the CRL number if appropriate extension is present.
| |
| Extensions |
Gets the collection of CRL's extensions.
| |
| Issuer |
Gets the DN of the issuer of this certificate revocation list.
| |
| KeyAlgorithm |
Returns the key algorithm used to sign this certificate revocation list.
| |
| NextUpdate |
Gets the datetime of the next CRL update.
| |
| RevokedCertificates |
Gets the collection of revoked certificates.
| |
| SignatureHashAlgorithm |
Returns the hash algorithm used to create the signed hash value.
| |
| ThisUpdate |
Gets the datetime of this CRL update.
|