次の方法で共有


SecurityLog.TagCertAuthorityInstalled フィールド

定義

注意事項

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_INSTALLED", 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 TagCertAuthorityInstalled = 210029;
[<Android.Runtime.Register("TAG_CERT_AUTHORITY_INSTALLED", 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 TagCertAuthorityInstalled : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210029
属性

注釈

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

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

android.app.admin.SecurityLog.TAG_CERT_AUTHORITY_INSTALLEDJava ドキュメント。

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

適用対象