PdfDigitalSignature Class |
Namespace: GroupDocs.Signature.Domain
The PdfDigitalSignature type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfDigitalSignature |
Initialize Pdf Digital Signature with no certificate.
|
![]() | PdfDigitalSignature(X509Certificate2) |
Create Pdf Digital signature with specified certificate.
|
![]() | PdfDigitalSignature(X509Store) |
Initialize Pdf Digital Signature based on specified X509 store. First certificate from specified store will be used.
|
![]() | PdfDigitalSignature(X509Store, Int32) |
Create Pdf Digital signature based on specified X509 Store and index of certificate.
|
Name | Description | |
---|---|---|
![]() | Certificate |
Gets or sets the X509 certificate.
(Inherited from DigitalSignature.) |
![]() | CertificateStoreLocation |
Specifies the store location of the certificate
(Inherited from DigitalSignature.) |
![]() | CertificateStoreName |
Specifies the store name of the certificate.
(Inherited from DigitalSignature.) |
![]() | Comments |
Gets or sets the signing purpose comment.
(Inherited from DigitalSignature.) |
![]() | ContactInfo |
Information provided by the signer to enable a recipient to contact the signer
to verify the signature, e.g. a phone number.
|
![]() | CreatedOn |
Get or set the signature creation date.
(Inherited from BaseSignature.) |
![]() | Deleted |
Get the flag that indicates if this signature was deleted from the document.
This property is being used only for document history log records to keep the list of deleted signatures.
(Inherited from BaseSignature.) |
![]() | Height |
Specifies height of signature.
(Inherited from BaseSignature.) |
![]() | IsSignature |
Get or set flag to indicate if this component is Signature or document content.
This property is being used with Update method to set element as signature (true) or document element (false).
(Inherited from BaseSignature.) |
![]() | IsValid |
Keeps true if this digital signature is valid and the document has not been tampered with.
(Inherited from DigitalSignature.) |
![]() | Left |
Specifies left position of signature.
(Inherited from BaseSignature.) |
![]() | Location |
The CPU host name or physical location of the signing.
|
![]() | ModifiedOn |
Get or set the signature modification date.
(Inherited from BaseSignature.) |
![]() | PageNumber |
Specifies the page signature was found on.
(Inherited from BaseSignature.) |
![]() | Reason |
The reason for the signing, such as (I agree…).
|
![]() | ShowProperties |
Force to show/hide signature properties. In case ShowProperties is true signature
field has predefined format of appearance
Digitally signed by {ContactInfo} Date: {Date} Reason: {Reason}
Location: {Location}
ShowProperties is true by default.
|
![]() | SignatureId |
Unique signature identifier to modify signature in the document over Update or Delete methods.
This property will be set automatically after Sign or Search method being called.
If this property was saved before it can be set manually to manipulate the signature.
(Inherited from BaseSignature.) |
![]() | SignatureType |
Specifies the type of signature.
(Inherited from BaseSignature.) |
![]() | SignTime |
Gets or sets the time the document was signed.
(Inherited from DigitalSignature.) |
![]() | Thumbprint |
Gets the thumbprint of a certificate.
(Inherited from DigitalSignature.) |
![]() | TimeStamp |
Time stamp for Pdf digital signature.
Default value is null.
|
![]() | Top |
Specifies top position of signature.
(Inherited from BaseSignature.) |
![]() | Type |
Type of Pdf digital signature.
|
![]() | Width |
Specifies width of signature.
(Inherited from BaseSignature.) |
![]() | XAdESType |
XAdES type XAdESType. Default value is None (XAdES is off).
At this moment XAdES signature type is supported only for Spreadsheet documents.
(Inherited from DigitalSignature.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clone Barcode Signature instance.
(Overrides DigitalSignatureClone.) |
![]() | Equals |
Overwrites Equals method to compare signature properties
(Overrides DigitalSignatureEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode method
(Overrides DigitalSignatureGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |