Skip to main content
All docs
V23.2

TsaClient(Uri, IDigestCalculator, String, String) Constructor

Initializes a new instance of the TsaClient class with specified settings.

Namespace: DevExpress.Office.Tsp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public TsaClient(
    Uri tsaServerURI,
    IDigestCalculator digestCalculator,
    string userName,
    string password
)

Parameters

Name Type Description
tsaServerURI Uri

A URI of a timestamp server.

digestCalculator IDigestCalculator

An objects used to calculate the digest value.

userName String

A username to log in to the server.

password String

A password to log in to the server.

See Also