다음을 통해 공유


Credential.UserCredential.Password Property

Definition

Get the Base64-encoded password associated with this user credential. -or- Set the Base64-encoded password associated with this user credential.

public string Password { [Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "", ApiSince=26)] get; [Android.Runtime.Register("setPassword", "(Ljava/lang/String;)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setPassword", "(Ljava/lang/String;)V", "", ApiSince=26)>]
member this.Password : string with get, set

Property Value

the Base64-encoded password associated with this user credential

Attributes

Remarks

Property getter documentation:

Get the Base64-encoded password associated with this user credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.UserCredential.getPassword().

Property setter documentation:

Set the Base64-encoded password associated with this user credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.UserCredential.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.

Applies to