AndroidGeckoClientCertificateRequestedEventArgs

class : System.EventArgs

Namespace: Vuplex.WebView

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.

Summary

Public properties

Public properties

Host

string Host

The host that requested the certificate.

Public methods

Select

void Select(string certificateAlias)

Completes the request by responding with the alias of the selected certificate (or null if none was selected).