 | FileHashCompute(Byte) 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
)
Public Function Compute (
data As Byte()
) As Byte()
public:
array<unsigned char>^ Compute(
array<unsigned char>^ data
)
member Compute :
data : byte[] -> byte[] Parameters
- data Byte
- Byte array to compute hash for.
Return Value
ByteHash value.
See Also