Share via


SecurityLog.TagCertValidationFailure Field

Definition

Caution

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

Indicates a failure to validate 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

Field Value

Value = 210033
Attributes

Remarks

Indicates a failure to validate X.509v3 certificate. The log entry contains a String payload indicating the failure reason, accessible via SecurityEvent#getData().

Java documentation for android.app.admin.SecurityLog.TAG_CERT_VALIDATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to