Gets the entry at the specified index of the current X509CertificateCollection.
| C# | Visual Basic |
public X509Certificate this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As X509Certificate Get
- index (Int32)
- The zero-based index of the entry to locate in the current X509CertificateCollection.
The X509Certificate at the specified index of the current X509CertificateCollection.