Click or drag to resize
Pdftools logo

TimestampConfigurationHashAlgorithm Property

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


Namespace: PdfTools.Crypto.Providers.BuiltIn
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public HashAlgorithm HashAlgorithm { get; set; }

Property Value

HashAlgorithm
Exceptions
ExceptionCondition
ArgumentException[set] If the value is invalid or not supported.
See Also