KeyStoreException.RetryWhenConnectivityAvailable フィールド

定義

注意事項

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

デバイスが接続を回復したときにこのエラーが発生した操作を再試行します。

[Android.Runtime.Register("RETRY_WHEN_CONNECTIVITY_AVAILABLE", 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 RetryWhenConnectivityAvailable = 3;
[<Android.Runtime.Register("RETRY_WHEN_CONNECTIVITY_AVAILABLE", 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 RetryWhenConnectivityAvailable : Android.Security.KeyStoreExceptionRetry

フィールド値

Value = 3
属性

注釈

デバイスが接続を回復したときにこのエラーが発生した操作を再試行します。 キーのリモート プロビジョニングはリモート サーバーに到達する必要があり、ネットワーク接続がないため、デバイスは現在アクセスできません。

この値は、 #isTransientFailure()trueされたときに返されます。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象