Return the MD5 hash of the provided memory stream as a string. Stream position will be equal to the length of stream on
return, this ensures the MD5 is consistent.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- streamToMD5
- Type: System.IO Stream
The bytes which will be checksummed
Return Value
Type: StringThe MD5 checksum as a string
See Also