| FileHashCompute Method (Byte) |
Computes hash value for specified data.
Namespace:
Limilabs.FTP.Client.Hash
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public byte[] Compute(
byte[] data
)
Public Function Compute (
data As Byte()
) As Byte()
public:
array<unsigned char>^ Compute(
array<unsigned char>^ data
)
member Compute :
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
Byte array to compute hash for.
Return Value
Type:
ByteHash value.
See Also