Back to Devexpress

TsaClient Constructors

officefileapi-devexpress-dot-office-dot-tsp-dot-tsaclient-dot-ctor.md

latest1.7 KB
Original Source

TsaClient Constructors

Allows you to generate timestamps.

NameParametersDescription
TsaClient(Uri, HashAlgorithmType, String, String)tsaServerURI, algorithm, userName, passwordInitializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, HashAlgorithmType)tsaServerURI, algorithmInitializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, IDigestCalculator, String, String)tsaServerURI, digestCalculator, userName, passwordInitializes a new instance of the TsaClient class with specified settings.
TsaClient(Uri, IDigestCalculator)tsaServerURI, digestCalculatorInitializes a new instance of the TsaClient class with specified settings.

See Also

TsaClient Class

TsaClient Members

DevExpress.Office.Tsp Namespace