CertificateRevocationList Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
The certificate revocation list.
Syntax
public class CertificateRevocationList : PkcsBase
Inherited Members
Constructors
Name | Description |
---|---|
Certificate |
Creates a certificate revocation list from an ASN.1 block. |
Properties
Name | Description |
---|---|
Crl |
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. |
Key |
Returns the key algorithm used to sign this certificate revocation list. |
Next |
Gets the datetime of the next CRL update. |
Revoked |
Gets the collection of revoked certificates. |
Signature |
Returns the hash algorithm used to create the signed hash value. |
This |
Gets the datetime of this CRL update. |
Methods
Name | Description |
---|---|
Check |
Checks whether the certificate revocation list contains the specified certificate. Also makes sure that the CRL is suitable for the certificate. |
Get |
Returns distribution point URL from issuing distribution point extension, if both present. Otherwise returns null. |
Get |
Returns the certificate revocation list hash. |
Get |
Returns the certificate revocation list signature. |
Load(Stream) | Loads a certificate revocation list from given stream. |
Load |
Loads a CMS/PKCS #7 signed or enveloped message from a stream.
Returns an instance of Signed |
To |
Converts a certificate revocation list into a byte array. |