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获取。

如果在组织拥有的托管配置文件设备上启用了安全日志记录,则只有托管配置文件内发生的事件才可见。

适用于 . 的 android.app.admin.SecurityLog.TAG_CERT_AUTHORITY_REMOVEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于