WebAuthenticationResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証操作の結果を示します。
public ref class WebAuthenticationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class WebAuthenticationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class WebAuthenticationResult
Public NotInheritable Class WebAuthenticationResult
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
ResponseData |
操作が正常に完了したときにプロトコル データを格納します。 |
ResponseErrorDetail |
ResponseStatus が WebAuthenticationStatus.ErrorHttp と等しい場合に HTTP エラー コードを返します。 これは、エラーが発生した場合にのみ使用できます。 |
ResponseStatus |
非同期操作の完了時の状態を格納します。 |