KeyStoreException.ErrorUnimplemented Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.
La fonctionnalité que l’appelant tente d’utiliser n’est pas implémentée par l’implémentation KeyMint sous-jacente.
[Android.Runtime.Register("ERROR_UNIMPLEMENTED", 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 ErrorUnimplemented = 12;
[<Android.Runtime.Register("ERROR_UNIMPLEMENTED", 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 ErrorUnimplemented : Android.Security.KeyStoreExceptionError
Valeur de champ
Value = 12- Attributs
Remarques
La fonctionnalité que l’appelant tente d’utiliser n’est pas implémentée par l’implémentation KeyMint sous-jacente. Cela peut se produire lorsqu’un algorithme non pris en charge est demandé ou quand vous essayez d’importer une clé dans un format autre que brut ou PKCS#8.
Java documentation pour android.security.KeyStoreException.ERROR_UNIMPLEMENTED.
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.