Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

TsaClient Constructors

Allows you to generate timestamps.
Name Parameters Description
TsaClient(Uri, HashAlgorithmType, String, String) tsaServerURI, algorithm, userName, password Initializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, HashAlgorithmType) tsaServerURI, algorithm Initializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, IDigestCalculator, String, String) tsaServerURI, digestCalculator, userName, password Initializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, IDigestCalculator) tsaServerURI, digestCalculator Initializes a new instance of the TsaClient class with specified settings.
See Also