Click or drag to resize
Pdftools logo

TimestampConfiguration Class

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignTimestampConfiguration
        PdfTools.Crypto.Providers.GlobalSignDssTimestampConfiguration

Namespace: PdfTools.Crypto.Providers.GlobalSignDss
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class TimestampConfiguration : TimestampConfiguration

The TimestampConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAppearance

The visual appearance of the time-stamp

The visual appearance or to create a time-stamp without a visual appearance.

For time-stamps, not all text variables are available, most notably the [signature:name].

Default:


(Inherited from TimestampConfiguration)
Public propertyFieldName

The name of the existing signature field

The FieldName of an existing, unsigned signature field to time-stamp. Note that when an existing signature field is used, 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 TimestampConfiguration)
Public propertyHashAlgorithm

The message digest algorithm

The algorithm used to hash the document and from which the time-stamp is created.

Value: Sha256.

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