Click or drag to resize

PdfDelayOrReSignDigitalIdHash Property

Gets the hash of either delay-signed (if the Signature is ) or re-signed (if the Signature is not ) PDF file.

In the case of a delay-signing the Hash should be passed to an external signer for signing and the returned signature should be set to the Signature and the PDF file should be re-signed.


Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public byte[] Hash { get; }

Property Value

Byte
The hash of either delay-signed or re-signed PDF file.
See Also