Back to Devexpress

ITsaClient.GenerateTimeStamp(Byte[], String) Method

officefileapi-devexpress-dot-office-dot-tsp-dot-itsaclient-dot-generatetimestamp-x28-system-dot-byte-system-dot-string-x29.md

latest1.6 KB
Original Source

ITsaClient.GenerateTimeStamp(Byte[], String) Method

Generates a timestamp and returns its contents.

Namespace : DevExpress.Office.Tsp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
byte[] GenerateTimeStamp(
    byte[] digest,
    string digestAlgorithmOID
)
vb
Function GenerateTimeStamp(
    digest As Byte(),
    digestAlgorithmOID As String
) As Byte()

Parameters

NameTypeDescription
digestByte[]

The document’s hash value.

| | digestAlgorithmOID | String |

The hash algorithm’s object identifier.

|

Returns

TypeDescription
Byte[]

The timestamp contents.

|

Remarks

Utilize this method overload to obtain the timestamp contents used in the PdfDeferredSigner.Sign method.

See Also

ITsaClient Interface

ITsaClient Members

DevExpress.Office.Tsp Namespace