Constructs a digital signature element that can be applied to a PDF document in the position where the last PDF element was rendered
Namespace: Winnovative.HtmlToPdfClient
Assembly: WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
Parameters
- pfxData
- Type:System.Byte[]
The binary data of a PFX file containing the certificate used for signing. The PFX file is expected to contain both the private and public key - pfxPassword
- Type: System.String
The password to access the PFX file. It can be null or empty if no password is required - certificateIndex
- Type: System.Int32
The certificate index in collection of certificates stored in PFX file. By default the first certificate in collection is used
See Also