Constructor TsaClient
TsaClient(String, HashAlgorithmName, Byte[])
Requests a trusted timestamp from the given TSA service
Declaration
[Obsolete("Consider using RequestAsync")]
public TsaClient(string requestUri, HashAlgorithmName hashAlgorithmName, byte[] digest)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUri | The URI of the TSA service. |
System.Security.Cryptography.HashAlgorithmName | hashAlgorithmName | The algorithm that was used for calculating the digest. |
System.Byte[] | digest | The digest. |