|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
| virtual byte [] | GetTimeStampMessage () |
| A callback function used to get time stamp message. More... | |
| virtual void | Release () |
| A callback function used to release current callback object itself. More... | |
| virtual TimeStampServer.SendRequestResult | SendTimeStampRequest (byte[] request) |
| A callback function used to send time stamp request. More... | |
This class represents a callback object for interacting with timestamp servers. All the pure virtual functions in this class are used as callback functions and should be implemented by users.
|
inlinevirtual |
A callback function used to get time stamp message.
|
inlinevirtual |
A callback function used to release current callback object itself.
|
inlinevirtual |
A callback function used to send time stamp request.
| [in] | request | Time stamp request to be sent. It may be an empty string. |