AndroidAppConfigurator.SigningInfoFile(String) Method

Definition

Configures the signing info file that the test server will be "signed" with. A signing info file is not required, but can be used instead of a keystore for signing the test server. The signing info file can be freely shared without the risk of leaking keying material. The signing info file can be generated using the console tool.

public Xamarin.UITest.Configuration.AndroidAppConfigurator SigningInfoFile (string path);
member this.SigningInfoFile : string -> Xamarin.UITest.Configuration.AndroidAppConfigurator
Public Function SigningInfoFile (path As String) As AndroidAppConfigurator

Parameters

path
String

Path to the signing info file.

Returns

Applies to