Click or drag to resize
MimeKit

X509CertificateDatabaseRemove(X509CrlRecord) Method

Remove the specified CRL record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Remove(
	X509CrlRecord record
)

Parameters

record  X509CrlRecord
The CRL record.

Implements

IX509CertificateDatabaseRemove(X509CrlRecord)
Exceptions
ExceptionCondition
ArgumentNullExceptionrecord is null.
Remarks
Removes the specified CRL record from the database.
See Also