WifiEnterpriseConfig.Realm 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 realm for Passpoint credential; see #setRealm(String)
for more information -or- Set realm for Passpoint credential; realm identifies a set of networks where your
Passpoint credential can be used
public virtual string? Realm { [Android.Runtime.Register("getRealm", "()Ljava/lang/String;", "GetGetRealmHandler", ApiSince=23)] get; [Android.Runtime.Register("setRealm", "(Ljava/lang/String;)V", "GetSetRealm_Ljava_lang_String_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getRealm", "()Ljava/lang/String;", "GetGetRealmHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setRealm", "(Ljava/lang/String;)V", "GetSetRealm_Ljava_lang_String_Handler", ApiSince=23)>]
member this.Realm : string with get, set
Property Value
the realm
- Attributes
Remarks
Property getter documentation:
Get realm for Passpoint credential; see #setRealm(String)
for more information
Java documentation for android.net.wifi.WifiEnterpriseConfig.getRealm()
.
Property setter documentation:
Set realm for Passpoint credential; realm identifies a set of networks where your Passpoint credential can be used
Java documentation for android.net.wifi.WifiEnterpriseConfig.setRealm(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.