Click or drag to resize

DigitalSignatureFieldSetSigDictTimeOfSigning Method

Adds the "M" key and value, representing the PDF-time-of-signing (not to be confused with embedded timestamps, DocTimeStamps, or CMS signing time), to the digital signature dictionary. The digital signature field must have been prepared for signing first. This function should only be used if no secure embedded timestamping support is available from your signing provider. Useful for custom signing workflows, where signing time is not set automatically by the Apryse SDK, unlike in the usual standard handler signing workflow.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSigDictTimeOfSigning(
	Date in_date
)

Parameters

in_date
Type: pdftron.PDFDate
the PDF Date datetime value to set
See Also