PdfDocumentSignatureInformation Class |
Namespace: Atalasoft.PdfDoc.DigitalSignatures
The PdfDocumentSignatureInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedChanges |
Gets the allowed changes to the document.
| |
| Certificate |
Gets the certificate associated with the document or null if there is no certificate.
| |
| ErrorsEncountered |
Gets a description of the errors encountered, if any, while attempting to get
signature information from a PDF file. If there were no errors,
this will be an empty string.
| |
| HasSignatures |
Gets a value indicating whether a PDF document has signatures.
| |
| IsCertified |
Gets a value indicating whether a PDF document is certified.
| |
| SignatureCount |
Gets the total number of signature fields in the document.
| |
| Signatures |
Gets the list of signatures in the document. A signature, represented by a PdfSignatureInformation object
may be signed or unsigned.
| |
| SignedSignatureCount |
Gets the total number of signed signatures in the document.
|
| Name | Description | |
|---|---|---|
| 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 the default hash function. (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.) | |
| Validate |
Validates this PDF-oriented aspects of the signatures within the document.
|