共用方式為


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] result (Integer,0 if operation failed, 1 if succeeded) <li [1] alias of the key (String) <li>>> [2] requesting process uid ()。Integer

如果在組織擁有的受控配置檔裝置上啟用安全性記錄,則只會顯示受控配置檔內發生的事件。

android.app.admin.SecurityLog.TAG_KEY_GENERATEDJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於