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