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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public sealed class TimeStamper

The TimeStamper type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetErrorMessage
Public methodgetFallbackHashAlgorithm
Public methodgetHashAlgorithm
Get the object ID of the message digest algorithm.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also