IData Hash ApiHash(Byte) Method
Computes the hash value for the specified byte array.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The computed hash code.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
byte[] Hash(
byte[] plainData
)Parameters
- plainData Byte
- The input to compute the hash code for.
Return Value
ByteThe computed hash code.