次の方法で共有


SecurityLog.TagKeyGenerated フィールド

定義

注意事項

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

暗号化キーが生成されたことを示します。

[Android.Runtime.Register("TAG_KEY_GENERATED", 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 TagKeyGenerated = 210024;
[<Android.Runtime.Register("TAG_KEY_GENERATED", 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 TagKeyGenerated : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210024
属性

注釈

暗号化キーが生成されたことを示します。 ログ エントリには、配列にカプセル化され、アクセス可能なイベントに関する次の情報が含まれています。<li> [0] の結果 (Integer操作が失敗した場合は 0、成功した場合は 1) <キーの li> [1] エイリアス (String) <li> [2] 要求プロセス uid (Integer)。Object SecurityEvent#getData()

組織所有のマネージド プロファイル デバイスでセキュリティ ログが有効になっている場合、マネージド プロファイル内で発生したイベントのみが表示されます。

の Java ドキュメントandroid.app.admin.SecurityLog.TAG_KEY_GENERATED

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象