CoreWebView2.ClearServerCertificateErrorActionsAsync Method

Definition

Clears all cached decisions to proceed with TLS certificate errors from the ServerCertificateErrorDetected event for all WebView2's sharing the same session.

public System.Threading.Tasks.Task ClearServerCertificateErrorActionsAsync ();
member this.ClearServerCertificateErrorActionsAsync : unit -> System.Threading.Tasks.Task
Public Function ClearServerCertificateErrorActionsAsync () As Task

Returns

Applies to