Sprache

KeyStoreException.ErrorTooManyKeys Field

Definition

Caution

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

The caller has too many Keystore keys and so creation of a new key is not allowed.

[Android.Runtime.Register("ERROR_TOO_MANY_KEYS", ApiSince=37)]
[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 ErrorTooManyKeys = 18;
[<Android.Runtime.Register("ERROR_TOO_MANY_KEYS", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.", true)>]
val mutable ErrorTooManyKeys : Android.Security.KeyStoreExceptionError

Field Value

Value = 18
Attributes

Remarks

The caller has too many Keystore keys and so creation of a new key is not allowed. (Only emitted for apps with target SDK >= 37).

Android reference for android.security.KeyStoreException.ERROR_TOO_MANY_KEYS.

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