PdfCertificatesCollectionFromData(Byte, String) Method
Returns the collection of certificates from a given password protected PFX file data
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public static PdfCertificatesCollection FromData(
byte[] certificateFileData,
string password
)
- certificateFileData Byte
- The certificates file data
- password String
- The certificates file data password
PdfCertificatesCollectionThe collection of certificates from the given file data