Click or drag to resize
MimeKit

X509CertificateChain(IEnumerableX509Certificate) Constructor

Initialize a new instance of the X509CertificateChain class.

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

Parameters

collection  IEnumerableX509Certificate
A collection of certificates.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
Remarks
Creates a new X.509 certificate chain based on the specified collection of certificates.
See Also