[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ITimeStampGenerator

ITimeStampGenerator Interface

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.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public interface ITimeStampGenerator
Public Interface ITimeStampGenerator

Methods

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.