Represents a digital signature in the PDF document
Inheritance Hierarchy
WinnovativeClientPageElement
WinnovativeClientDigitalSignatureElement
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The DigitalSignatureElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DigitalSignatureElement(Byte, String, Int32) |
Constructs a digital signature element that can be applied to a PDF document in the position where the last PDF element was rendered
| |
DigitalSignatureElement(String, String, Int32) |
Constructs a digital signature element that can be applied to a PDF document in the position where the last PDF element was rendered
| |
DigitalSignatureElement(RectangleFloat, Byte, String, Int32) |
Constructs a digital signature element that can be applied to a PDF page in the given position
| |
DigitalSignatureElement(RectangleFloat, String, String, Int32) |
Constructs a digital signature element that can be applied to a PDF page in the given position
|
Properties
Name | Description | |
---|---|---|
Bounds |
Gets or sets the bounds of the rectangle where the certificate will be applied in PDF page.
If the bounds is null the certificate will be applied in PDF document where the last PDF element was rendered
| |
CertificateIndex |
Gets or sets the certificate index in collection of certificates stored in PFX file
| |
ContactInfo |
Information provided by the signer to enable a recipient to contact the signer
to verify the signature; for example, a phone number
| |
Location |
Gets or sets the CPU host name or physical location of the signing
| |
PfxData |
Gets or sets 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 |
Gets or sets the password to access the PFX file. It can be null or empty if no password is required
| |
Reason |
Gets or sets the reason for the signing
|
Methods
Name | Description | |
---|---|---|
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