Поделиться через


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 полезные данные, указывающие результат теста (0, если тест завершился сбоем, 1 в случае успешного выполнения) и доступен через SecurityEvent#getData().

Документация по Java для android.app.admin.SecurityLog.TAG_CRYPTO_SELF_TEST_COMPLETED.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к