PdfDigitalSignature(RectangleFloat, Byte, String, Int32) Constructor
Creates a digital signature object from a PFX file data to be applied at a given location in PDF page
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfDigitalSignature(
RectangleFloat bounds,
byte[] pfxFileData,
string password,
int certIndex
)
Public Sub New (
bounds As RectangleFloat,
pfxFileData As Byte(),
password As String,
certIndex As Integer
)
public:
PdfDigitalSignature(
RectangleFloat^ bounds,
array<unsigned char>^ pfxFileData,
String^ password,
int certIndex
)
new :
bounds : RectangleFloat *
pfxFileData : byte[] *
password : string *
certIndex : int -> PdfDigitalSignature
Parameters
- bounds RectangleFloat
- The bounds of the certificate in PDF page
- pfxFileData Byte
- The data from a 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