PdfDigitalSignature(String, String) Constructor

Creates a digital signature object using PFX certificate data read from a file

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfDigitalSignature(
	string pfxCertificateFile,
	string pfxCertificatePassword
)

Parameters

pfxCertificateFile  String
The full path of the PFX certificate file
pfxCertificatePassword  String
The PFX certificate password or null if no password is required

See Also