Click or drag to resize

IDataHashApiHash Method (String)

Computes the hash value for the plaintext.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
string Hash(
	string plainText
)

Parameters

plainText
Type: SystemString
The plaintext data to hash.

Return Value

Type: String
The computed hash code converted to a string
See Also