KeyStoreException.ErrorInternalSystemError Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionError enum directly instead of this field.
Внутренняя ошибка системы — определяет #isTransientFailure() , может ли повторная попытка операции дать разные результаты.
[Android.Runtime.Register("ERROR_INTERNAL_SYSTEM_ERROR", 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 ErrorInternalSystemError = 4;
[<Android.Runtime.Register("ERROR_INTERNAL_SYSTEM_ERROR", 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 ErrorInternalSystemError : Android.Security.KeyStoreExceptionError
Значение поля
Value = 4- Атрибуты
Комментарии
Внутренняя ошибка системы — определяет #isTransientFailure() , может ли повторная попытка операции дать разные результаты.
Java документации по android.security.KeyStoreException.ERROR_INTERNAL_SYSTEM_ERROR.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".