Condividi tramite


KeyStoreException.ErrorInternalSystemError Campo

Definizione

Attenzione

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

Un errore interno del sistema: fare riferimento a #isTransientFailure() per determinare se è probabile che il nuovo tentativo dell'operazione restituisca risultati diversi.

[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

Valore del campo

Value = 4
Attributi

Commenti

Un errore interno del sistema: fare riferimento a #isTransientFailure() per determinare se è probabile che il nuovo tentativo dell'operazione restituisca risultati diversi.

Documentazione java per android.security.KeyStoreException.ERROR_INTERNAL_SYSTEM_ERROR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a