DigitalCertificatesCollectionItem Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
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