 | FileHash.Compute Method (Stream, Int32) |
Computes hash value for specified stream.
Namespace:
Limilabs.FTP.Client.Hash
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
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
- Type: System.IO.Stream
The stream to compute hash for. - length
- Type: System.Int32
Number of bytes to compute hash for.
Return Value
Type:
Byte[]Hash value.
See Also