IHashGenerator.ComputeHash
Method
Definition
Hashes an array of bytes into a new array of bytes that represents the output hash in the Azure DocumentDB database service.
public byte[] ComputeHash (byte[] key);
Parameters
- key
-
Byte[]
A key represented by an array of bytes
Returns
An array of bytes that represents the output hash.