IData Hash ApiHash(String) Method
Computes the hash value for the plaintext.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The computed hash code converted to a string
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
string Hash(
string plainText
)Parameters
- plainText String
- The plaintext data to hash.
Return Value
StringThe computed hash code converted to a string