HashAlgorithm.ComputeHash Method (Byte[])
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Computes the hash value for the specified byte array.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- buffer
- Type:
System.Byte
[]
The input to compute the hash code for.
| Exception | Condition |
|---|---|
| ArgumentNullException | buffer is null. |
| ObjectDisposedException | The object has already been disposed. |
Show: