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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfHashAlgorithm HashAlgorithm { get; }Public ReadOnly Property HashAlgorithm As PdfHashAlgorithm
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