Gets the certificate at the specified zero besed index from collection.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public DigitalCertificate this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( index As Integer ) As DigitalCertificate Get |
| Visual C++ |
|---|
public: property DigitalCertificate^ default[int index] { DigitalCertificate^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
The zero based certificate index.
Return Value
Type: DigitalCertificateThe certificate at the specified index.