DevicePolicyManager.KeyguardDisableTrustAgents フィールド

定義

注意事項

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

セキュリティで保護されたキーガード画面でトラスト エージェントを無効にする (例:

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

フィールド値

Value = 16
属性

注釈

セキュリティで保護されたキーガード画面 (PIN、パターン、パスワードなど) でトラスト エージェントを無効にします。 このフラグを単独で設定すると、すべての信頼エージェントが無効になります。 管理者が一部の信頼エージェントの特定の機能を許可リストに入れたい場合は、 #setTrustAgentConfiguration を組み合わせて使用して、trust-agent 固有の構成を設定できます。

android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象