SecurityLog.TagCryptoSelfTestCompleted 字段

定义

注意

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

指示加密功能自测试已完成。

[Android.Runtime.Register("TAG_CRYPTO_SELF_TEST_COMPLETED", 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 TagCryptoSelfTestCompleted = 210031;
[<Android.Runtime.Register("TAG_CRYPTO_SELF_TEST_COMPLETED", 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 TagCryptoSelfTestCompleted : Android.App.Admin.SecurityLogTags

字段值

Value = 210031
属性

注解

指示加密功能自测试已完成。 日志条目包含有效 Integer 负载,指示测试结果(如果测试失败,如果测试失败,则为 1,如果成功),并且可通过该负载访问 SecurityEvent#getData()

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

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

适用于