다음을 통해 공유


WifiManager.AddNetworkResult.StatusInvalidConfigurationEnterprise Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.AddNetworkResultStatus enum directly instead of this field.

The enterprise network is missing either the root CA or domain name.

[Android.Runtime.Register("STATUS_INVALID_CONFIGURATION_ENTERPRISE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.AddNetworkResultStatus enum directly instead of this field.", true)]
public const Android.Net.Wifi.AddNetworkResultStatus StatusInvalidConfigurationEnterprise = 10;
[<Android.Runtime.Register("STATUS_INVALID_CONFIGURATION_ENTERPRISE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.AddNetworkResultStatus enum directly instead of this field.", true)>]
val mutable StatusInvalidConfigurationEnterprise : Android.Net.Wifi.AddNetworkResultStatus

Field Value

Value = 10

Implements

Attributes

Remarks

The enterprise network is missing either the root CA or domain name.

Java documentation for android.net.wifi.WifiManager.AddNetworkResult.STATUS_INVALID_CONFIGURATION_ENTERPRISE.

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