Gets the certificate at the specified zero besed index from collection.
| C# | Visual Basic | Visual C++ |
public DigitalCertificate this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As DigitalCertificate
public: property DigitalCertificate^ default[int index] { DigitalCertificate^ get (int index); }
- index (Int32)
- The zero based certificate index.
The certificate at the specified index.