public class DigitalSignatureElement : PageElement
Public Class DigitalSignatureElement
Inherits PageElement
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 |
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 |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |