次の方法で共有


SecurityLog.TagMaxPasswordAttemptsSet フィールド

定義

注意事項

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

管理者が、データをワイプする前に失敗したパスワード試行の最大数を設定したことを示します。

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

フィールド値

Value = 210020
属性

注釈

管理者が、データをワイプする前に失敗したパスワード試行の最大数を設定したことを示します。 ログ エントリには、<SecurityEvent#getData()配列にObjectカプセル化されたイベントに関する次の情報が含まれています。li> [0] admin package name (String) <li> [1] admin user ID (Integer) <li> [2] target user ID (Integer) <li> [3] new maximum maximum number of failed password attempts (Integer)

android.app.admin.SecurityLog.TAG_MAX_PASSWORD_ATTEMPTS_SETJava ドキュメント。

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

適用対象