Skip to main content
All docs
V25.1
  • 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