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