PdfCertificatesCollectionItem Property

Gets the certificate at the given index from collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfCertificate this[
	int index
] { get; }

Parameters

index  Int32
The certificate index

Return Value

PdfCertificate
The certificate at the given index in collection

See Also