共用方式為


SecurityLog.TagCertValidationFailure 欄位

定義

警告

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

表示驗證 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

欄位值

Value = 210033
屬性

備註

表示驗證 X.509v3 憑證失敗。 記錄專案包含 String 承載,指出失敗原因,可透過存取 SecurityEvent#getData()

android.app.admin.SecurityLog.TAG_CERT_VALIDATION_FAILUREJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於