CoreWebView2.ClearServerCertificateErrorActionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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