Click or drag to resize
MimeKit

X509CertificateChainRemove Method

Removes the specified certificate from the chain.

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

Parameters

certificate  X509Certificate
The certificate.

Return Value

Boolean
if the certificate was removed; otherwise, .

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificate is .
Remarks
Removes the specified certificate from the chain.
See Also