Click or drag to resize

IDataHashApiHash Method (Byte)

Computes the hash value for the specified byte array.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
byte[] Hash(
	byte[] plainData
)

Parameters

plainData
Type: SystemByte
The input to compute the hash code for.

Return Value

Type: Byte
The computed hash code.
See Also