HashAlgorithmHelper/ComputeHash
Hashes a string.
Request Information
Parameters
| Name | Description | Type |
|---|---|---|
| value |
String to hash |
String |
| hashAlgorithm |
Specify the hashing algorithm from sha-256, sha-384, sha-512. Defaults to sha-256 |
String |
Response Information
Response Description
| Description | Type |
|---|---|
|
Hash |
String |