| X509CertificateChainItem Property |
Gets or sets the certificate at the specified index.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public X509Certificate this[
int index
] { get; set; }
Parameters
- index Int32
- The index of the certificate to get or set.
Property Value
X509CertificateThe internet certificate at the specified index.
Implements
IListTItemInt32Exceptions Remarks
Gets or sets the certificate at the specified index.
See Also