Click or drag to resize
MimeKit

X509CertificateChainRemoveRange Method

Removes the specified range of certificates from the chain.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void RemoveRange(
	IEnumerable<X509Certificate> certificates
)

Parameters

certificates  IEnumerableX509Certificate
The certificates.
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificates is null.
Remarks
Removes the specified range of certificates from the chain.
See Also