Click or drag to resize
MimeKit

IX509CertificateDatabaseRemove(X509CertificateRecord) Method

Remove the specified certificate record.

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

Parameters

record  X509CertificateRecord
The certificate record.
Remarks
Removes the specified certificate record from the database.
See Also