Click or drag to resize
SignDocSignature Class
Information about a signature field returned by SignDocDocument.getSignature().
Inheritance Hierarchy
SystemObject
  de.softpro.signdocsdkSignDocSignature

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public sealed class SignDocSignature : IDisposable

The SignDocSignature type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the SignDocSignature
Public methodgetBiometricEncryption
Get the encryption method used for biometric data of the signature field.
Public methodgetChange
Get a SignDocChange object for a change.
Public methodgetChangeCount
Get the number of changes that have been made after this signature. For PDF documents, you can find out what changes have been made to the document between this signature and the next one (or after the last signature if this is the last signature). Computing the changes can be expensive. Changes are not reported in any particular order; before presenting them to a user, you should group them. Detecting and categorizing changes is work in progress. Moreover, it will never be bug-compatible with Adobe products.
Public methodgetClearedIndex
Get the index of the signature at which this signature has been removed. This function always returns -1 for TIFF document.
Public methodgetDocMDP
Get the DocMDP P value of a certification signature. The DocMDP P value specifies what modifications to the document are allowed by the certification signature.
Public methodgetFieldName
Get the name of the signature field.
Public methodgetFieldPage
Get the page number of the signature field.
Public methodgetLockMDP
Get the lock MDP value.
Public methodgetSignatureType
Get the type of the signature.
Public methodgetSignerCommonName
Get the common name from the signing certificate.
Public methodgetSignerEmail
Get the email address from the signing certificate.
Public methodgetSigningCertificate
Get the signing certificate as DER-encoded blob.
Public methodgetTimeStamp
Get the time stamp of the signature. You have to use SignDocDocument.verifySignature() to find out whether the time stamp can be trusted.
Public methodToString (Overrides ObjectToString.)
Top
See Also