KeyStoreException.RetryNever Campo

Definizione

Attenzione

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

Non ripetere mai l'operazione che ha causato questo errore, perché si tratta di un errore permanente.

[Android.Runtime.Register("RETRY_NEVER", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionRetry RetryNever = 1;
[<Android.Runtime.Register("RETRY_NEVER", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)>]
val mutable RetryNever : Android.Security.KeyStoreExceptionRetry

Valore del campo

Value = 1
Attributi

Commenti

Non ripetere mai l'operazione che ha causato questo errore, perché si tratta di un errore permanente.

Questo valore viene sempre restituito quando #isTransientFailure() è false.

per android.security.KeyStoreException.RETRY_NEVER.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a