Share via


WebAuthenticationBrokerContinuationEventArgs クラス

定義

Web 認証ブローカー操作の中断後に起動されたアプリに情報を提供します。

public ref class WebAuthenticationBrokerContinuationEventArgs sealed : IWebAuthenticationBrokerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAuthenticationBrokerContinuationEventArgs final : IWebAuthenticationBrokerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAuthenticationBrokerContinuationEventArgs : IWebAuthenticationBrokerContinuationEventArgs
Public NotInheritable Class WebAuthenticationBrokerContinuationEventArgs
Implements IWebAuthenticationBrokerContinuationEventArgs
継承
Object Platform::Object IInspectable WebAuthenticationBrokerContinuationEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

ActivationKind が WebAuthenticationBrokerContinuation のときにアクティブ化されたイベントに応答するイベント ハンドラーを実装するときに、WebAuthenticationBrokerContinuationEventArgs オブジェクトにアクセスします。

WebAuthenticationBrokerContinuationEventArgs クラスを使用する例については、「AndContinue メソッドを呼び出した後にWindows Phone 8.x アプリを続行する方法」を参照してください。

プロパティ

ContinuationData

アプリがアクティブ化されたときにコンテキストを提供するためにアプリを非アクティブ化する Web 認証ブローカー操作の前に、アプリによって設定された値のセットを取得します。

Kind

アクティブ化の種類を取得します。

PreviousExecutionState

アクティブ化される前のアプリの実行状態を取得します。

SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供する SplashScreen オブジェクトを取得します。

WebAuthenticationResult

Web 認証ブローカー操作から返された WebAuthenticationResult オブジェクトを取得します。

適用対象

こちらもご覧ください