다음을 통해 공유


WifiEnterpriseConfig.IsAuthenticationSimBased Property

Definition

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.

Applies to