Click or drag to resize
MimeKit

X509CertificateChainAdd Method

Adds the specified certificate to the chain.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	X509Certificate certificate
)

Parameters

certificate  X509Certificate
The certificate.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificate is null.
Remarks
Adds the specified certificate to the chain.
See Also