IDataHashApi Interface |
Namespace: Casewhere.Runtime.DSL.Api
public interface IDataHashApi
Name | Description | |
---|---|---|
![]() | Hash(Byte) |
Computes the hash value for the specified byte array.
|
![]() | Hash(String) |
Computes the hash value for the plaintext.
|
var dataHashApi = ctx.Use<IDataHashApi>(); dataHashApi.Hash(value)