PdfCertificatesCollectionFromFile(String, String) Method
Returns the collection of certificates from a given password protected PFX file
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public static PdfCertificatesCollection FromFile(
string pfxFile,
string password
)
- pfxFile String
- The certificates file
- password String
- The certificates file password
PdfCertificatesCollectionThe collection of certificates from the given file