| TimeStamper Class |
Namespace: de.softpro.signdocsdk
The TimeStamper type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| getErrorMessage | ||
| getFallbackHashAlgorithm | ||
| getHashAlgorithm | Get the object ID of the message digest algorithm. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| stamp |
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.
| |
| stop |
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.
| |
| ToString | (Inherited from Object.) |