IData
|
public interface IDataHashApi
The IDataHashApi type exposes the following members.
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)