Click or drag to resize

PdfDelayOrReSignDigitalId Properties

The PdfDelayOrReSignDigitalId type exposes the following members.

Properties
 NameDescription
Public propertyHash

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.

Public propertySignature

Gets or sets the signature with which the PDF file should be re-signed.

Should be if the PdfDelayOrReSignDigitalId is used for delay-sign.

Top
See Also