Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


keyaliasPass

Password for the key used for signing an Android application.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
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 API documentation.