ComputeSimpleHash(Stream) Method
In This Topic
Computes simplified hash for specified binary stream.
Syntax
'Declaration
Public Overloads Shared Function ComputeSimpleHash( _
ByVal As Stream _
) As Byte()
public static byte[] ComputeSimpleHash(
Stream
)
Parameters
- stream
See Also