Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ITimeStampGenerator Interface / GetTimeStampToken Method / GetTimeStampToken(Stream) Method
The stream containing the data.

In This Topic
    GetTimeStampToken(Stream) Method
    In This Topic
    Generates the time-stamp token for data specified as a stream.
    Syntax
    'Declaration
     
    Overloads Function GetTimeStampToken( _
       ByVal stream As System.IO.Stream _
    ) As System.Byte()
    System.byte[] GetTimeStampToken( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The stream containing the data.

    Return Value

    The time-stamp token.
    See Also