Share via


PasspointConfiguration.Credential Property

Definition

Get the credential information. -or- Set the credential information.

public Android.Net.Wifi.Hotspot2.Pps.Credential? Credential { [Android.Runtime.Register("getCredential", "()Landroid/net/wifi/hotspot2/pps/Credential;", "", ApiSince=26)] get; [Android.Runtime.Register("setCredential", "(Landroid/net/wifi/hotspot2/pps/Credential;)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getCredential", "()Landroid/net/wifi/hotspot2/pps/Credential;", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setCredential", "(Landroid/net/wifi/hotspot2/pps/Credential;)V", "", ApiSince=26)>]
member this.Credential : Android.Net.Wifi.Hotspot2.Pps.Credential with get, set

Property Value

credential information

Attributes

Remarks

Property getter documentation:

Get the credential information.

Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.getCredential().

Property setter documentation:

Set the credential information.

Java documentation for android.net.wifi.hotspot2.PasspointConfiguration.setCredential(android.net.wifi.hotspot2.pps.Credential).

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