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.3.0
Syntax
C#
public bool Remove(
	X509Certificate certificate
)

Parameters

certificate  X509Certificate
The certificate.

Return Value

Boolean

Field Value

Boolean
true if the certificate was removed; otherwise

Field Value

Boolean
false.

Implements

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