TsaClient.GenerateTimeStamp(Stream) Method
Generates a timestamp for the specific data.
Namespace: DevExpress.Office.Tsp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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. |
Implements
See Also