| SignDocVerificationResultgetTimeStamp Method |
Get the value of the RFC 3161 time stamp.
You must call verifyTimeStampCertificateChain() and
getTimeStampCertificateRevocationState() to find out whether
the time stamp can be trusted. If either of these functions
report a problem, the time stamp should not be displayed.
A signature has either an RFC 3161 time stamp (returned by this
function) or a time stamp stored as string parameter (returned by
getSignatureString().
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic string getTimeStamp()
Return Value
Type:
String The RFC 3161 time stamp in ISO 8601 format:
"YYYY-MM-DDThh:mm:ssZ" (without milliseconds).
See Also