[]
Computes a simplified hash for the specified binary stream.
public static string ComputeSimpleStringHash(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The binary stream. |
Type | Description |
---|---|
string | The computed simplified hash as a string. |
Computes a simplified hash for the specified binary stream.
public static string ComputeSimpleStringHash(byte[] stream)
Type | Name | Description |
---|---|---|
byte[] | stream | The binary stream as a byte array. |
Type | Description |
---|---|
string | The computed simplified hash as a string. |