Compartilhar via


SecurityLog.TagCertValidationFailure Campo

Definição

Cuidado

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

Indica uma falha na validação do X.

[Android.Runtime.Register("TAG_CERT_VALIDATION_FAILURE", 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 TagCertValidationFailure = 210033;
[<Android.Runtime.Register("TAG_CERT_VALIDATION_FAILURE", 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 TagCertValidationFailure : Android.App.Admin.SecurityLogTags

Valor do campo

Value = 210033
Atributos

Comentários

Indica uma falha ao validar o certificado X.509v3. A entrada de log contém uma String carga útil indicando o motivo da falha, acessível via SecurityEvent#getData().

Documentação Java para android.app.admin.SecurityLog.TAG_CERT_VALIDATION_FAILURE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a