# ComputeMD5Hash(byte[])

> Computes MD5 hash value for the specified byte array.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Windows](/engine/6000.6/script-reference/unityengine/windows.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static byte[] ComputeMD5Hash(byte[] buffer)
```

### Parameters

**** (\[byte\[]]\(https\://learn.microsoft.com/dotnet/api/system.byte)): The input to compute the hash code for.

### Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [byte\[\]](https://learn.microsoft.com/dotnet/api/system.byte) |             |
