HashAlgorithm.ComputeHash Method
.NET Framework 4.5
Computes the hash value for the input data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ComputeHash(Byte[]) | Computes the hash value for the specified byte array. |
|
ComputeHash(Stream) | Computes the hash value for the specified Stream object. |
|
ComputeHash(Byte[], Int32, Int32) | Computes the hash value for the specified region of the specified byte array. |