PdfDigitalSignature(String, String) Constructor

Creates a digital signature object from a PFX certificate file

Definition

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

Parameters

pfxCertificateFile  String
The PFX certificate file full path
pfxCertificatePassword  String
The PFX certificate password. It can be null if it is not password protected

See Also