The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HashAlgorithm::ComputeHash Method
.NET Framework (current version)
Computes the hash value for the input data.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ComputeHash(array<Byte>^) | Computes the hash value for the specified byte array. |
![]() | ComputeHash(array<Byte>^, Int32, Int32) | Computes the hash value for the specified region of the specified byte array. |
![]() | ComputeHash(Stream^) | Computes the hash value for the specified Stream object. |
Show:
