| SignDocDocumentgetLastTimestamp Method |
Get the timestamp used by the last successful call of
addSignature().
This function may return a timestamp even if the last call of
addSignature() was not successful. See also string parameters
"Timestamp" and "TimeStampServerURL" of SignDocSignatureParameters.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getLastTimestamp()
Public Function getLastTimestamp As String
public:
String^ getLastTimestamp()
member getLastTimestamp : unit -> string
Return Value
Type:
String The timestamp in ISO 8601 format (yyyy-mm-ddThh:mm:ss)
without milliseconds, with optional timezone
(or an empty string if there is no timestamp available).
See Also