WebView.ClearSslPreferences Method

Definition

Clears the SSL preferences table stored in response to proceeding with SSL certificate errors.

[Android.Runtime.Register("clearSslPreferences", "()V", "GetClearSslPreferencesHandler")]
public virtual void ClearSslPreferences ();
[<Android.Runtime.Register("clearSslPreferences", "()V", "GetClearSslPreferencesHandler")>]
abstract member ClearSslPreferences : unit -> unit
override this.ClearSslPreferences : unit -> unit
Attributes

Remarks

Clears the SSL preferences table stored in response to proceeding with SSL certificate errors.

Java documentation for android.webkit.WebView.clearSslPreferences().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to