次の方法で共有


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()アクセスできます。

の Java ドキュメント android.app.admin.SecurityLog.TAG_CERT_VALIDATION_FAILURE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象