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 Get
public: property DigitalCertificate^ default[int index] { DigitalCertificate^ get (int index); }

- index (Int32)
- The zero based certificate index.

DigitalCertificate
The certificate at the specified index.
The certificate at the specified index.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)