COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION_ALWAYS_ALLOW

Specifies the action type when server certificate error is detected to be used in the ICoreWebView2ServerCertificateErrorDetectedEventArgs interface.

Values

ValueMeaning
COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION_ALWAYS_ALLOW

Indicates to ignore the warning and continue the request with the TLS certificate. This decision is cached for the RequestUri's host and the server certificate in the session.

COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION_CANCEL

Indicates to reject the certificate and cancel the request.

COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION_DEFAULT

Indicates to display the default TLS interstitial error page to user for page navigations. For others TLS certificate is rejected and the request is cancelled.

Meta