StreamTools MD5 Method (Stream, Int64, Int32)NetworkComms.Net Help
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.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static string MD5(
	Stream streamToMD5,
	long start,
	int length
)

Return Value

Type: OnlineString
The MD5 checksum as a string
See Also