SecurityLog.TagKeyIntegrityViolation フィールド

定義

注意事項

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_INTEGRITY_VIOLATION", 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 TagKeyIntegrityViolation = 210032;
[<Android.Runtime.Register("TAG_KEY_INTEGRITY_VIOLATION", 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 TagKeyIntegrityViolation : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210032
属性

注釈

暗号化キーの整合性チェックに失敗したことを示します。 ログ エントリには、Object配列にカプセル化され、SecurityEvent#getData()を介してアクセスできるイベントに関する次の情報が含まれています:キー (String) <li> [1] 所有者アプリケーション uid (Integer) の<li> [0] エイリアス)。

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

Javaドキュメント。

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

適用対象