Click or drag to resize
MimeKit

X509CertificateStoreRemoveRange Method

Removes the specified range of certificates from the store.

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 store.
See Also