ITsaClient.GenerateTimeStamp(Stream) Method
Generates a timestamp for the specific data.
Namespace: DevExpress.Office.Tsp
Assembly: DevExpress.Pdf.v22.1.Core.dll
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. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GenerateTimeStamp(Stream) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.