 | FileHashCompute(Byte, Int32) Method |
Computes hash value for specified data.
Namespace: Limilabs.FTP.Client.HashAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic byte[] Compute(
byte[] data,
int length
)
Public Function Compute (
data As Byte(),
length As Integer
) As Byte()
public:
array<unsigned char>^ Compute(
array<unsigned char>^ data,
int length
)
member Compute :
data : byte[] *
length : int -> byte[] Parameters
- data Byte
- Byte array to compute hash for.
- length Int32
- Number of bytes to compute hash for.
Return Value
ByteHash value.
See Also