Android.Webkit.WebView.ClearClientCertPreferences Method
Clears the client certificate preferences stored in response to proceeding/cancelling client cert requests.

Syntax

[Android.Runtime.Register("clearClientCertPreferences", "(Ljava/lang/Runnable;)V", "")]
public static void ClearClientCertPreferences (Java.Lang.IRunnable onCleared)

Parameters

onCleared
A runnable to be invoked when client certs are cleared. The embedder can pass null if not interested in the callback. The runnable will be called in UI thread.

Remarks

Clears the client certificate preferences stored in response to proceeding/cancelling client cert requests. Note that Webview automatically clears these preferences when it receives a Android.Security.KeyChain.ActionStorageChanged intent. The preferences are shared by all the webviews that are created by the embedder application.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1