Click or drag to resize
MimeKit

X509CertificateChainAddRange Method

Adds the specified range of certificates to the chain.

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

Parameters

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