Click or drag to resize
Pdftools logo

TimestampConfiguration Class

The time-stamp configuration

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

Namespace: PdfTools.Crypto.Providers.BuiltIn
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public class TimestampConfiguration : TimestampConfiguration

The TimestampConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyFieldName
(Inherited from TimestampConfiguration)
Public propertyHashAlgorithm

The message digest algorithm

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

Note: This algorithm must be supported by the time-stamp server; many support only SHA-256.

Default: Sha256

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