ITimeStampGenerator Interface
In This Topic
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
TimeStampProperties.TimeStamp.
Object Model
Syntax
'Declaration
Public Interface ITimeStampGenerator
public interface ITimeStampGenerator
See Also