Click or drag to resize

PdfSignatureContentHashAlgorithm Property

Gets the hash algorithm used to hash the contents of a PDF file upon which the signature's Value is computed by PdfDigitalId.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfHashAlgorithm HashAlgorithm { get; }

Property Value

PdfHashAlgorithm
The hash algorithm used to hash the contents of a PDF file upon which the signature's Value is computed by PdfDigitalId.
See Also