KeyStoreException.RetryWhenConnectivityAvailable フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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されたときに返されます。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。