次の方法で共有


SecurityLog.TagCertAuthorityRemoved フィールド

定義

注意事項

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

新しいルート証明書がシステムの信頼された資格情報ストレージから削除されたことを示します。

[Android.Runtime.Register("TAG_CERT_AUTHORITY_REMOVED", 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 TagCertAuthorityRemoved = 210030;
[<Android.Runtime.Register("TAG_CERT_AUTHORITY_REMOVED", 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 TagCertAuthorityRemoved : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210030
属性

注釈

新しいルート証明書がシステムの信頼された資格情報ストレージから削除されたことを示します。 ログ エントリには、配列にObjectカプセル化され、次<SecurityEvent#getData()のイベントに関する情報が含まれています。li> [0] の結果 (Integer、操作に失敗した場合は 0、成功した場合は 1) <li> [1] 証明書のサブジェクト (String)。 <li> [2] 証明書が (Integer) から削除されたユーザーは、バージョン android.os.Build.VERSION_CODES#Rからのみ使用できます。

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

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

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

適用対象