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 を使用して、信頼エージェント固有の構成を設定できます。

Javaドキュメント。

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

適用対象