Event args for AndroidGeckoWebView.ClientCertificateRequested. If the application attaches a handler to this event, when the event is raised due to a client certificate request, the app must invoke Select() to resume the web page.
void Select(string certificateAlias)
Completes the request by responding with the alias of the selected certificate (or null
if none was selected).