PdfCertificatesCollectionFromFile(String) Method

Returns the collection of certificates from a given PFX file

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public static PdfCertificatesCollection FromFile(
	string certificateFile
)

Parameters

certificateFile  String
The certificates file

Return Value

PdfCertificatesCollection
The collection of certificates from the given file

See Also