KeyStoreException.RetryAfterNextReboot フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.
デバイスにソフトウェア更新プログラムがダウンロードされ、次回の再起動時に、このエラーが発生した操作を再試行します。
[Android.Runtime.Register("RETRY_AFTER_NEXT_REBOOT", ApiSince=34)]
[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 RetryAfterNextReboot = 4;
[<Android.Runtime.Register("RETRY_AFTER_NEXT_REBOOT", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)>]
val mutable RetryAfterNextReboot : Android.Security.KeyStoreExceptionRetry
フィールド値
Value = 4- 属性
注釈
デバイスにソフトウェア更新プログラムがダウンロードされ、次回の再起動時に、このエラーが発生した操作を再試行します。 リモート プロビジョニング サーバーはデバイスを認識しますが、構成証明キーの発行は拒否します。これは、脆弱性が生じる可能性があり、更新が必要になる可能性があるソフトウェア バージョンが含まれているためです。 デバイスをアップグレードして再起動した後に再試行すると、問題が軽減される可能性があります。
この値は、 #isTransientFailure() が trueされたときに返されます。
android.security.KeyStoreException.RETRY_AFTER_NEXT_REBOOTの Java ドキュメント。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。