ISignDataHash Method
            Generates a one-way hash of arbitrary data using a
            pre-defined algorithm
            
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9417.0
byte[] Hash(
	string data
)
- data  String
 - The data to hash
 
ByteA byte array of data containing the hash of 
data