言語

KeyStoreException.ErrorUserAuthenticationRequired フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.

ユーザーが最初に認証する必要があるため、キーを使用できなかったことを示します。

[Android.Runtime.Register("ERROR_USER_AUTHENTICATION_REQUIRED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionError ErrorUserAuthenticationRequired = 2;
[<Android.Runtime.Register("ERROR_USER_AUTHENTICATION_REQUIRED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorUserAuthenticationRequired : Android.Security.KeyStoreExceptionError

フィールド値

Value = 2
属性

注釈

ユーザーが最初に認証する必要があるため、キーを使用できなかったことを示します。 android.security.keystore.KeyGenParameterSpec.Builder#setUserAuthenticationRequired(boolean)を参照してください。

android.security.KeyStoreException.ERROR_USER_AUTHENTICATION_REQUIREDの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象