IDataHashApiHash(String) Method
|
Computes the hash value for the plaintext.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxstring Hash(
string plainText
)
Parameters
- plainText String
- The plaintext data to hash.
Return Value
StringThe computed hash code converted to a string
See Also