HiQPdf Documentation

PdfCertificatesCollectionFromData Method (Byte, String)

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

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

public static PdfCertificatesCollection FromData(
	byte[] certificateFileData,
	string password
)

Parameters

certificateFileData
Type: SystemByte
The certificates file data
password
Type: SystemString
The certificates file data password

Return Value

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

Reference