Langue

KeyStoreException.ErrorUserAuthenticationRequired Champ

Définition

Attention

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

Indique que la clé n’a pas pu être utilisée, car l’utilisateur doit d’abord s’authentifier.

[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

Valeur de champ

Value = 2
Attributs

Remarques

Indique que la clé n’a pas pu être utilisée, car l’utilisateur doit d’abord s’authentifier. Voir android.security.keystore.KeyGenParameterSpec.Builder#setUserAuthenticationRequired(boolean).

Java documentation pour android.security.KeyStoreException.ERROR_USER_AUTHENTICATION_REQUIRED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à