Click or drag to resize

PdfDocumentSignatureInformation Class

PdfDocumentSignatureInformation is a class that contains information that was retrieved from an existing signed or certified PDF document.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.DigitalSignaturesPdfDocumentSignatureInformation

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfDocumentSignatureInformation

The PdfDocumentSignatureInformation type exposes the following members.

Properties
  NameDescription
Public propertyAllowedChanges
Gets the allowed changes to the document.
Public propertyCertificate
Gets the certificate associated with the document or null if there is no certificate.
Public propertyErrorsEncountered
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.
Public propertyHasSignatures
Gets a value indicating whether a PDF document has signatures.
Public propertyIsCertified
Gets a value indicating whether a PDF document is certified.
Public propertySignatureCount
Gets the total number of signature fields in the document.
Public propertySignatures
Gets the list of signatures in the document. A signature, represented by a PdfSignatureInformation object may be signed or unsigned.
Public propertySignedSignatureCount
Gets the total number of signed signatures in the document.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates this PDF-oriented aspects of the signatures within the document.
Top
See Also