# keyaliasName

> Android key alias name.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static string keyaliasName { get; set; }
```

### Remarks

It helps identify a specific key stored in a keystore file used for signing an Android application. For a detailed code example, refer to the [useCustomKeystore](/engine/6000.0/script-reference/unityeditor/playersettings/android/usecustomkeystore.md) API documentation.
