Share via


KeyStoreException.ErrorKeymintFailure Field

Definition

Caution

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

General error in the KeyMint layer.

[Android.Runtime.Register("ERROR_KEYMINT_FAILURE", 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 ErrorKeymintFailure = 10;
[<Android.Runtime.Register("ERROR_KEYMINT_FAILURE", 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 ErrorKeymintFailure : Android.Security.KeyStoreExceptionError

Field Value

Value = 10
Attributes

Remarks

General error in the KeyMint layer.

Java documentation for android.security.KeyStoreException.ERROR_KEYMINT_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to