keystorePass
Android keystore password.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string keystorePass { get; set; }
Remarks
This is the password for retrieving and updating the keys inside a particular keystore (known as [-storepass \<storepass\>] on the keytool/jarsigner command line).
For a detailed code example, refer to the useCustomKeystore API documentation.