SecurityLog.TagKeyDestruction フィールド

定義

注意事項

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_DESTRUCTION", 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 TagKeyDestruction = 210026;
[<Android.Runtime.Register("TAG_KEY_DESTRUCTION", 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 TagKeyDestruction : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210026
属性

注釈

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

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

Javaドキュメント。

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

適用対象