Method | Description | |
---|---|---|
X509CrlRecord ( ) : System |
Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class. This constructor is only meant to be used by implementors of IX509CertificateDatabase when loading records from the database. |
|
X509CrlRecord ( |
Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class. Creates a new CRL record for storing in a IX509CertificateDatabase. |
public X509CrlRecord ( |
||
crl | The certificate revocation list. | |
return | System |