StreamTools MD5 Method NetworkComms.Net Help
Overload List

  NameDescription
Public methodStatic memberMD5( Byte )
Return the MD5 hash of the provided byte array as a string
Public methodStatic memberMD5(Stream)
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.
Public methodStatic memberMD5(Stream, Int64, Int32)
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.
Back to Top
See Also