Click or drag to resize
SignDocSignaturegetTimeStamp Method
Get the time stamp of the signature. You have to use SignDocDocument.verifySignature() to find out whether the time stamp can be trusted.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getTimeStamp()

Return Value

Type: String
The time stamp of the signature in ISO 8601 format: "yyyy-mm-ddThh:mm:ss" with optional timezone. Empty on error.
See Also