HiQPdf Documentation

PdfCertificatesCollectionFromData Method (Byte)

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

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

public static PdfCertificatesCollection FromData(
	byte[] certificateFileData
)

Parameters

certificateFileData
Type: SystemByte
The certificates file data

Return Value

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

Reference