NetworkCapabilities.NetCapabilityTrusted 필드

정의

주의

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

사용자가 이 네트워크에 대한 암시적 신뢰를 표시했음을 나타냅니다.

[Android.Runtime.Register("NET_CAPABILITY_TRUSTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)]
public const Android.Net.NetCapability NetCapabilityTrusted = 14;
[<Android.Runtime.Register("NET_CAPABILITY_TRUSTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetCapability enum directly instead of this field.", true)>]
val mutable NetCapabilityTrusted : Android.Net.NetCapability

필드 값

Value = 14

구현

특성

설명

사용자가 이 네트워크에 대한 암시적 신뢰를 표시했음을 나타냅니다. 이것은 일반적으로 SIM 선택 캐리어, 이더넷에 연결된, 쌍을 이루는 BT 장치 또는 사용자가 연결하도록 요청한 wifi라는 것을 의미합니다. 신뢰할 수 없는 네트워크는 알 수 없는 Wifi AP로 제한될 수 있습니다. 기본적으로 설정합니다.

에 대한 android.net.NetworkCapabilities.NET_CAPABILITY_TRUSTEDJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상