語言

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
屬性

備註

表示已產生密碼金鑰。 日誌條目包含以下事件資訊,封裝於Object陣列中,可透過以下SecurityEvent#getData()方式存取:<li> [0] 結果 (Integer操作失敗則為 0,成功則為 1)、<li> [1] 鍵別名 (String) li <> [2] 請求程序 uid (Integer)。

如果在組織擁有的受管理設定檔裝置上啟用安全日誌,則只有管理設定檔內發生的事件會被看到。

Java 文件 android.app.admin.SecurityLog.TAG_KEY_GENERATED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於