PasswordCallback.ClearPassword Method

Definition

Clear the retrieved password.

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

Remarks

Clear the retrieved password.

Java documentation for javax.security.auth.callback.PasswordCallback.clearPassword().

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