Skip to main content
All docs
V23.2

ITsaClient.GenerateTimeStamp(Stream) Method

Generates a timestamp for the specific data.

Namespace: DevExpress.Office.Tsp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

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