[]
Defines methods used to generate time-stamp tokens. This interface is implemented by the TimeStamp class. It can also be implemented in user code to provide customized time-stamp token generation, see TimeStamp.
public interface ITimeStampGenerator
Public Interface ITimeStampGenerator
Name | Description |
---|---|
GetTimeStampToken(byte[]) | Generates the time-stamp token for data specified as a byte array. |
GetTimeStampToken(Stream) | Generates the time-stamp token for data specified as a stream. |