CertificateCollectionItem Property (Int32)
Gets the certificate at the specified zero-based index.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Certificate this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the certificate in the collection.

Property Value

Type: Certificate
A Certificate object having the specified zero-based index in the collection.
Examples
The example is available in Remove(Certificate) method documentation.
See Also