| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getTimeStamp()
Public Function getTimeStamp As String
public:
String^ getTimeStamp()
member getTimeStamp : unit -> string
Return Value
Type:
String The RFC 3161 time stamp in ISO 8601 format:
"YYYY-MM-DDThh:mm:ssZ" (without milliseconds).
See Also