SecurityLog.TagKeyIntegrityViolation 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 un error en la comprobación de integridad de la clave criptográfica.

[Android.Runtime.Register("TAG_KEY_INTEGRITY_VIOLATION", 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 TagKeyIntegrityViolation = 210032;
[<Android.Runtime.Register("TAG_KEY_INTEGRITY_VIOLATION", 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 TagKeyIntegrityViolation : Android.App.Admin.SecurityLogTags

Valor de campo

Value = 210032
Atributos

Comentarios

Indica un error en la comprobación de integridad de la clave criptográfica. La entrada de registro contiene la siguiente información sobre el evento, encapsulada en una Object matriz y accesible a través SecurityEvent#getData()de : <li> [0] alias de la clave li>String< [1] de la interfaz de usuario de la aplicación propietaria (Integer).

Si el registro de seguridad está habilitado en dispositivos de perfil administrados propiedad de la organización, solo se verán los eventos que se producen dentro del perfil administrado.

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

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