ComputeMD5(Stream) Method
In This Topic
Computes the MD5 hash for the specified binary stream.
Syntax
'Declaration
Public Overloads Shared Function ComputeMD5( _
ByVal As Stream _
) As Byte()
public static byte[] ComputeMD5(
Stream
)
Parameters
- stream
- The binary stream.
Return Value
The computed MD5 hash.
See Also