Version: 2021.3
언어: 한국어
public static bool SetCertificate (string path, string password);

파라미터

path The relative Asset path to the Certificate file (.pfx).
password The certificate password. If the certificate does not require a password, use an empty string.

반환

bool Returns true if Unity successfully updates the certificate. Otherwise, returns false.

설명

Sets the certificate to use to sign the Universal Windows Platform application package.

In the Editor, Unity displays this under Certificate in UWP Player Settings.