Click or drag to resize

FileHashCompute Method (String)

Computes hash value for specified file.

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

Parameters

path
Type: SystemString
The file to compute hash for.

Return Value

Type: Byte
Hash value.
See Also