Aracılığıyla paylaş


KeyStoreException.ErrorKeystoreUninitialized Field

Definition

Caution

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

Indicating that load() has not been called on the Keystore instance, or an attempt has been made to generate an authorization bound key while the user has not set a lock screen knowledge factor (LSKF).

[Android.Runtime.Register("ERROR_KEYSTORE_UNINITIALIZED", 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 ErrorKeystoreUninitialized = 3;
[<Android.Runtime.Register("ERROR_KEYSTORE_UNINITIALIZED", 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 ErrorKeystoreUninitialized : Android.Security.KeyStoreExceptionError

Field Value

Value = 3
Attributes

Remarks

Indicating that load() has not been called on the Keystore instance, or an attempt has been made to generate an authorization bound key while the user has not set a lock screen knowledge factor (LSKF). Instruct the user to set an LSKF and retry.

Java documentation for android.security.KeyStoreException.ERROR_KEYSTORE_UNINITIALIZED.

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