Click or drag to resize
MimeKit

X509CertificateStoreRemove Method

Removes the specified certificate from the store.

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

Parameters

certificate  X509Certificate
The certificate.
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificate is null.
Remarks
Removes the specified certificate from the store.
See Also