Click or drag to resize
MimeKit

X509CertificateDatabaseRemove(X509CertificateRecord) Method

Remove the specified certificate record.

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

Parameters

record  X509CertificateRecord
The certificate record.

Implements

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