PdfDigitalSignature(String, String, Int32) Constructor
Creates a digital signature object from a PFX file to be applied in PDF document over the last rendered object
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDigitalSignature(
string pfxFile,
string password,
int certIndex
)
Public Sub New (
pfxFile As String,
password As String,
certIndex As Integer
)
public:
PdfDigitalSignature(
String^ pfxFile,
String^ password,
int certIndex
)
new :
pfxFile : string *
password : string *
certIndex : int -> PdfDigitalSignature
Parameters
- pfxFile String
- The PFX file containing the certificate
- password String
- The PFX file password which can be null or empty if there is no password protection
- certIndex Int32
- The certificate index in PFX file. The default value is 0