IDataHashApiHash(Byte) Method
|
Computes the hash value for the specified byte array.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbyte[] Hash(
byte[] plainData
)
Parameters
- plainData Byte
- The input to compute the hash code for.
Return Value
ByteThe computed hash code.
See Also