Язык

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).

Java документации по android.security.KeyStoreException.ERROR_USER_AUTHENTICATION_REQUIRED.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к