Gets the certificate at the specified zero besed index from collection.

Namespace: EvoPdf
Assembly: 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: DigitalCertificate
The certificate at the specified index.

See Also