Click or drag to resize

FileHashCompute(String) Method

Computes hash value for specified file.

Namespace: Limilabs.FTP.Client.Hash
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public byte[] Compute(
	string path
)

Parameters

path  String
The file to compute hash for.

Return Value

Byte
Hash value.
See Also