Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

TsaClient.GenerateTimeStamp(Stream) Method

Generates a timestamp for the specific data.

Namespace: DevExpress.Office.Tsp

Assembly: DevExpress.Pdf.v20.2.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