Click or drag to resize
TimeStamper Class
Interface for creating an RFC 3161 timestamp.
Inheritance Hierarchy
SystemObject
  de.softpro.signdocsdkTimeStamper

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

The TimeStamper type exposes the following members.

Methods
  NameDescription
Public methodgetErrorMessage
Public methodgetFallbackHashAlgorithm
Public methodgetHashAlgorithm
Get the object ID of the message digest algorithm.
Public methodstamp
Create a time-stamp request, send the request to the configured time stamping authority, and evaluate the response. The signature in the returned time - stamp token is not verified by this function.
Public methodstop
Interrupt a stamp() call from another thread. If this function is called while stamp() is waiting for the response from the server, stamp() will return SIGNDOC_TIMESTAMPER_STAMPRESULT_STOPPED.
Top
See Also