Click or drag to resize
MimeKit

X509CertificateChainItem Property

Gets or sets the certificate at the specified index.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public X509Certificate this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the certificate to get or set.

Property Value

X509Certificate
The internet certificate at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the certificate at the specified index.
See Also