| FileHashCompute Method (String, Int32) |
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,
int length
)
Public Function Compute (
path As String,
length As Integer
) As Byte()
public:
array<unsigned char>^ Compute(
String^ path,
int length
)
member Compute :
path : string *
length : int -> byte[]
Parameters
- path
- Type: SystemString
The file to compute hash for. - length
- Type: SystemInt32
Number of bytes to compute hash for.
Return Value
Type:
ByteHash value.
See Also