WifiEnterpriseConfig.IsAuthenticationSimBased 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.
Utility method to determine whether the configuration's authentication method is SIM-based.
public virtual bool IsAuthenticationSimBased { [Android.Runtime.Register("isAuthenticationSimBased", "()Z", "GetIsAuthenticationSimBasedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isAuthenticationSimBased", "()Z", "GetIsAuthenticationSimBasedHandler", ApiSince=30)>]
member this.IsAuthenticationSimBased : bool
Property Value
true if the credential information requires SIM card for current authentication method, otherwise it returns false.
- Attributes
Remarks
Utility method to determine whether the configuration's authentication method is SIM-based.
Java documentation for android.net.wifi.WifiEnterpriseConfig.isAuthenticationSimBased()
.
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.