MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
X509CertificateDatabase Class
X509CertificateDatabase Methods
Remove Method
Remove(X509CertificateRecord) Method
Remove(X509CrlRecord) Method
X509Certificate
Database
Remove(X509Crl
Record) Method
Remove the specified CRL record.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Remove
(
X509CrlRecord
record
)
Parameters
record
X509CrlRecord
The CRL record.
Implements
IX509CertificateDatabase
Remove(X509CrlRecord)
Exceptions
Exception
Condition
ArgumentNullException
record
is
null
.
Remarks
Removes the specified CRL record from the database.
See Also
Reference
X509CertificateDatabase Class
Remove Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast