DevicePolicyManager.KeyguardDisableTrustAgents フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 を使用して、信頼エージェント固有の構成を設定できます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。