Click or drag to resize
MimeKit

X509CertificateChainInsert Method

Inserts the certificate at the specified index.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public void Insert(
	int index,
	X509Certificate certificate
)

Parameters

index  Int32
The index to insert the certificate.
certificate  X509Certificate
The certificate.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificate is .
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Inserts the certificate at the specified index in the certificates.
See Also