Compartir a través de


Ikev2VpnProfile.Password Property

Definition

Retrieves the password.

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

Property Value

Attributes

Remarks

Retrieves the password.

May be null if the profile is not using Username/Password authentication, or the profile is built from an IkeTunnelConnectionParams.

Java documentation for android.net.Ikev2VpnProfile.getPassword().

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