Reference Library
HashData Method (data)
NamespacesMBNCSUtilOldAuthHashData(array<Byte>[]()[][])
Calculates the single "broken" SHA-1 hash of the specified data.
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] HashData(
	byte[] data
)
Public Shared Function HashData ( _
	data As Byte() _
) As Byte()
public:
static array<unsigned char>^ HashData(
	array<unsigned char>^ data
)
Parameters
data (array<Byte>[]()[][])
The data buffer to hash.
Return Value
A 20-byte buffer containing the hash value.

Assembly: Asgard5Library (Module: Asgard5Library)