Поделиться через


DevicePolicyManager.PrivateDnsModeOpportunistic Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsMode enum directly instead of this field.

Указывает, что владелец устройства запрашивал оппортунистические DNS через TLS

[Android.Runtime.Register("PRIVATE_DNS_MODE_OPPORTUNISTIC", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsMode enum directly instead of this field.", true)]
public const Android.App.Admin.PrivateDnsMode PrivateDnsModeOpportunistic = 2;
[<Android.Runtime.Register("PRIVATE_DNS_MODE_OPPORTUNISTIC", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsMode enum directly instead of this field.", true)>]
val mutable PrivateDnsModeOpportunistic : Android.App.Admin.PrivateDnsMode

Значение поля

Value = 2
Атрибуты

Комментарии

Указывает, что владелец устройства запрашивал оппортунистические DNS через TLS

Документация по Java для android.app.admin.DevicePolicyManager.PRIVATE_DNS_MODE_OPPORTUNISTIC.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к