Click or drag to resize

PdfSignature Class

The pdf signature.
Inheritance Hierarchy
System Object
Spire.Pdf.Interactive.DigitalSignatures PdfSignature

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfSignature

The PdfSignature type exposes the following members.

Properties
Name Description
Public property ContactInfo
Gets or sets a phone number of signer Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.
Public property Date
The time of signing. Depending on the signature handler this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server
Public property Filter
The name of the preferred signature handler to use when validating this signature.
Public property Location
Gets or sets the physical location of the signing.
Public property Name
The name of the person or anthority signing the document this value should be used only when it is not possible to extract the name from the signature for example, from the certificat of the signer
Public property Reason
Gets or sets reason of signing. The reason for the signing, such as ( I agree … ).
Public property SubFilter
A name that describes the encoding of the signature value.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also