Click or drag to resize
Pdftools logo

SignatureConfiguration Class

The signature configuration

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignSignatureConfiguration
        PdfTools.Crypto.Providers.GlobalSignDssSignatureConfiguration

Namespace: PdfTools.Crypto.Providers.GlobalSignDss
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public class SignatureConfiguration : SignatureConfiguration

The SignatureConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAddTimestamp

Whether to add a trusted time-stamp to the signature

Default:
Public propertyAppearance

The visual appearance of the signature

The visual appearance or to create a signature without a visual appearance.

Default:


(Inherited from SignatureConfiguration)
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.
(Inherited from SignatureConfiguration)
Public propertyFieldName

The name of the existing signature field

The FieldName of an existing, unsigned signature field to sign. Note that when an existing signature field is signed, the appearance's position is defined by the existing field. Therefore, make sure the Appearance fits into the BoundingBox.

If a new signature field is created using a unique field name.

Default:


(Inherited from SignatureConfiguration)
Public propertyHashAlgorithm

The message digest algorithm

The algorithm used to hash the document and from which the cryptographic signature is created.

Value: Sha256.

Public propertyLocation

The location of signing

The CPU host name or physical location of the signing.
(Inherited from SignatureConfiguration)
Public propertyName

The name of the signing certificate


(Inherited from SignatureConfiguration)
Public propertyReason

The reason for signing


(Inherited from SignatureConfiguration)
Public propertySignatureFormat

The format (encoding) of the cryptographic signature

Default: EtsiCadesDetached
Public propertySignaturePaddingType

The padding type of the cryptographic signature

Value: RsaRsa
Public propertyValidationInformation

Whether to add validation information (LTV)

Note: This has no effect for signing certificates that do not offer revocation information.

Default: EmbedInDocument

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