Click or drag to resize

DigitalCertificatesCollectionItem Property

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

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public DigitalCertificate this[
	int index
] { get; }

Parameters

index  Int32
The zero based certificate index.

Return Value

DigitalCertificate
The certificate at the specified index.
See Also