Click or drag to resize

FileHashCompute(Byte, Int32) Method

Computes hash value for specified data.

Namespace: Limilabs.FTP.Client.Hash
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public byte[] Compute(
	byte[] data,
	int length
)

Parameters

data  Byte
Byte array to compute hash for.
length  Int32
Number of bytes to compute hash for.

Return Value

Byte
Hash value.
See Also