 | FileHashCompute(String, Int32) Method |
Computes hash value for specified file.
Namespace: Limilabs.FTP.Client.HashAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 String
- The file to compute hash for.
- length Int32
- Number of bytes to compute hash for.
Return Value
ByteHash value.
See Also