PdfDigitalSignature Class

The digital signature class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfDigitalSignature : PdfObject
Inheritance
Object    PdfObject    PdfDigitalSignature

Constructors

PdfDigitalSignature(Byte, String, Int32) Creates a digital signature object from PFX file data to be applied in PDF document over the last rendered object
PdfDigitalSignature(String, String, Int32) Creates a digital signature object from a PFX file to be applied in PDF document over the last rendered object
PdfDigitalSignature(RectangleFloat, Byte, String, Int32) Creates a digital signature object from a PFX file data to be applied at a given location in PDF page
PdfDigitalSignature(RectangleFloat, String, String, Int32) Creates a digital signature object from a PFX file to be applied at a given location in PDF page

Properties

Bounds The bounds of the certificate in PDF page. If bounds are null the signature is applied in PDF page after the last rendered object
CertIndex The certificate index in PFX file
PfxFileData The PFX file data containing the certificate
PfxFilePassword The PFX file password which can be null or empty if there is no password protection
SignerContactInfo The signer contact info
SigningLocation The location of signing
SigningReason The reason for signing

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also