Skip to main content
All docs
V25.1
  • TsaClient.GenerateTimeStamp(Stream) Method

    Generates a timestamp for the specific data.

    Namespace: DevExpress.Office.Tsp

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public byte[] GenerateTimeStamp(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A stream that contains data used to generate a timestamp.

    Returns

    Type Description
    Byte[]

    An ASN.1 BER-encoded TimeStampToken (see rfc3161) object.

    See Also