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