Click or drag to resize
Pdftools logo

SignatureConfiguration Class

Configuration for signature creation

This configuration controls the signature creation in Sign(Document, SignatureConfiguration, Stream, OutputOptions) and Certify(Document, SignatureConfiguration, Stream, MdpPermissionOptions, OutputOptions).

Use a Provider to create a signature configuration.

Note that this object can be re-used to sign multiple documents for mass-signing applications.

Inheritance Hierarchy

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public class SignatureConfiguration : NativeObject

The SignatureConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyContactInfo

The contact information of the signer

Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.
Public propertyFieldName 
Public propertyLocation

The location of signing

The CPU host name or physical location of the signing.
Public propertyName

The name of the signing certificate

Public propertyReason

The reason for signing

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also