Back to Devexpress

ITsaClient.GenerateTimeStamp(Stream) Method

officefileapi-devexpress-dot-office-dot-tsp-dot-itsaclient-dot-generatetimestamp-x28-system-dot-io-dot-stream-x29.md

latest1.3 KB
Original Source

ITsaClient.GenerateTimeStamp(Stream) Method

Generates a timestamp for the specific data.

Namespace : DevExpress.Office.Tsp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
byte[] GenerateTimeStamp(
    Stream stream
)
vb
Function GenerateTimeStamp(
    stream As Stream
) As Byte()

Parameters

NameTypeDescription
streamStream

A stream that contains data used to generate a timestamp.

|

Returns

TypeDescription
Byte[]

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

|

See Also

ITsaClient Interface

ITsaClient Members

DevExpress.Office.Tsp Namespace