Android.Webkit.WebView.SavePassword Method
Sets a username and password pair for the specified host.

Syntax

[Android.Runtime.Register("savePassword", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetSavePassword_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void SavePassword (string host, string username, string password)

See Also

WebViewDatabase.ClearUsernamePassword
WebViewDatabase.HasUsernamePassword

Parameters

host
the host that required the credentials
username
the username for the given host
password
the password for the given host

Remarks

Sets a username and password pair for the specified host. This data is used by the Webview to autocomplete username and password fields in web forms. Note that this is unrelated to the credentials used for HTTP authentication.

[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