HiQPdf Documentation

PdfCertificatesCollectionFromFile Method (String)

Quickly Create High Quality PDFs
Returns the collection of certificates from a given PFX file

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public static PdfCertificatesCollection FromFile(
	string certificateFile
)

Parameters

certificateFile
Type: SystemString
The certificates file

Return Value

Type: PdfCertificatesCollection
The collection of certificates from the given file
See Also

Reference