DigitalCertificatesCollectionItem Property

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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