Click or drag to resize

ISignDataHash Method

Generates a one-way hash of arbitrary data using a pre-defined algorithm

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
byte[] Hash(
	string data
)

Parameters

data  String
The data to hash

Return Value

Byte
A byte array of data containing the hash of data
See Also