| IX509CertificateDatabaseAdd(X509CrlRecord) Method |
Add the specified CRL record.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax void Add(
X509CrlRecord record
)
Parameters
- record X509CrlRecord
- The CRL record.
Remarks
Adds the specified CRL record to the database.
See Also