MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CrlRecord Class
X509CrlRecord Constructor
X509CrlRecord Constructor
X509CrlRecord(X509Crl) Constructor
X509Crl
Record(X509Crl) Constructor
Initialize a new instance of the
X509CrlRecord
class.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
X509CrlRecord
(
X509Crl
crl
)
Parameters
crl
X509Crl
The certificate revocation list.
Exceptions
Exception
Condition
ArgumentNullException
crl
is
null
.
Remarks
Creates a new CRL record for storing in a
IX509CertificateDatabase
.
See Also
Reference
X509CrlRecord Class
X509CrlRecord Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast