WifiEnterpriseConfig.Password Property
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.
Get the password. -or- Set the password.
public virtual string? Password { [Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "GetGetPasswordHandler")] get; [Android.Runtime.Register("setPassword", "(Ljava/lang/String;)V", "GetSetPassword_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "GetGetPasswordHandler")>]
[<set: Android.Runtime.Register("setPassword", "(Ljava/lang/String;)V", "GetSetPassword_Ljava_lang_String_Handler")>]
member this.Password : string with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Get the password.
Returns locally set password value. For networks fetched from framework, returns "*".
Java documentation for android.net.wifi.WifiEnterpriseConfig.getPassword()
.
Property setter documentation:
Set the password.
Java documentation for android.net.wifi.WifiEnterpriseConfig.setPassword(java.lang.String)
.
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.