Язык

KeyStoreException.ErrorKeyDoesNotExist Поле

Определение

Внимание!

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

Ключ, на который ссылается операция, не существует.

[Android.Runtime.Register("ERROR_KEY_DOES_NOT_EXIST", 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 ErrorKeyDoesNotExist = 6;
[<Android.Runtime.Register("ERROR_KEY_DOES_NOT_EXIST", 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 ErrorKeyDoesNotExist : Android.Security.KeyStoreExceptionError

Значение поля

Value = 6
Атрибуты

Комментарии

Ключ, на который ссылается операция, не существует.

Java документации по android.security.KeyStoreException.ERROR_KEY_DOES_NOT_EXIST.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к