# keyaliasPass

> Password for the key used for signing an Android application.

## Definition

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

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

### Remarks

This is the password for signing an application with a particular key (known as \[-keypass \\\<keypass\\>] on the keytool/jarsigner command line).

For a detailed code example, refer to the [useCustomKeystore](/engine/6000.0/script-reference/unityeditor/playersettings/android/usecustomkeystore.md) API documentation.
