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