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: 16.0.0
public static PdfCertificatesCollection FromFile(
string pfxFile,
string password
)
Public Shared Function FromFile (
pfxFile As String,
password As String
) As PdfCertificatesCollection
public:
static PdfCertificatesCollection^ FromFile(
String^ pfxFile,
String^ password
)
static member FromFile :
pfxFile : string *
password : string -> PdfCertificatesCollection
- pfxFile String
- The certificates file
- password String
- The certificates file password
PdfCertificatesCollectionThe collection of certificates from the given file