DevicePolicyManager.PrivateDnsModeOpportunistic Feld

Definition

Achtung

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

Gibt an, dass der Gerätebesitzer opportunistisches DNS über TLS angefordert hat.

[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

Feldwert

Value = 2
Attribute

Hinweise

Gibt an, dass der Gerätebesitzer opportunistisches DNS über TLS angefordert hat.

Java Dokumentation für android.app.admin.DevicePolicyManager.PRIVATE_DNS_MODE_OPPORTUNISTIC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: