Freigeben über


SecurityLog.TagCertValidationFailure Feld

Definition

Achtung

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

Gibt an, dass X nicht überprüft werden kann.

[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

Feldwert

Value = 210033
Attribute

Hinweise

Gibt an, dass das X.509v3-Zertifikat nicht überprüft werden kann. Der Protokolleintrag enthält eine String Nutzlast, die den Fehlergrund angibt, auf den zugegriffen werden SecurityEvent#getData()kann.

Java-Dokumentation für android.app.admin.SecurityLog.TAG_CERT_VALIDATION_FAILURE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: