# keystorePass

> Password used for interacting with the Android Keystore.

## Definition

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

> **Warning:**
>
> **Removed.** Use PlayerSettings.Android.keystorePass instead
>
> **Upgrade to** [PlayerSettings.Android.keystorePass](/engine/6000.0/script-reference/unityeditor/playersettings/android/keystorepass.md)

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