StandaloneClientCertificateRequestedEventArgs

class : System.EventArgs

Namespace: Vuplex.WebView

Event args for StandaloneWebView.ClientCertificateRequested.

Summary

Public properties

Certificates

StandaloneX509Certificate[] Certificates

The list of certificates to choose from. This list has already been pruned by Chromium so that it only contains certificates from issuers that the server trusts.

Host

string Host

The hostname of the SSL server.

IsProxy

bool IsProxy

Indicates whether the host is an HTTPS proxy or the origin server.

Port

int Port

The port of the SSL server.

Public methods

Select

void Select(StandaloneX509Certificate certificate)

The callback to invoke to select a certificate. The certificate parameter can either be one of the certificates from the Certificates array or null to continue without a certificate.