SetCertificate(string, string)
Sets the certificate to use to sign the Universal Windows Platform application package.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool SetCertificate(string path, string password)
Parameters
Returns
Type | Description |
|---|---|
| bool | Returns true if Unity successfully updates the certificate. Otherwise, returns false. |
Remarks
In the Editor, Unity displays this under Certificate in UWP Player Settings.