HashTCompute Method

Computes a hash of the specified data using the specified hash algorithm of type T.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static byte[] Compute(
	byte[] data
)

Parameters

data  Byte
The data to hash.

Return Value

Byte
The computed hash as a byte array.

See Also