SecurityLog.TagCryptoSelfTestCompleted Campo

Definición

Precaución

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

Indica que se ha completado la prueba automática de la funcionalidad criptográfica.

[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

Valor de campo

Value = 210031
Atributos

Comentarios

Indica que se ha completado la prueba automática de la funcionalidad criptográfica. La entrada de registro contiene una Integer carga útil, que indica el resultado de la prueba (0 si se produjo un error en la prueba, 1 si se realizó correctamente) y accesible a través SecurityEvent#getData()de .

Java documentación para android.app.admin.SecurityLog.TAG_CRYPTO_SELF_TEST_COMPLETED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a