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