PasspointConfiguration.Credential 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 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.
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.