WebUIWebAuthenticationBrokerContinuationEventArgs WebUIWebAuthenticationBrokerContinuationEventArgs WebUIWebAuthenticationBrokerContinuationEventArgs WebUIWebAuthenticationBrokerContinuationEventArgs Class

Definition

Provides information to an app that was launched after being suspended for a web authentication broker operation.

public : sealed class WebUIWebAuthenticationBrokerContinuationEventArgs : IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferralpublic sealed class WebUIWebAuthenticationBrokerContinuationEventArgs : IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferralPublic NotInheritable Class WebUIWebAuthenticationBrokerContinuationEventArgs Implements IActivatedEventArgs, IContinuationActivatedEventArgs, IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation

Gets the app activation operation.

public : ActivatedOperation ActivatedOperation { get; }public ActivatedOperation ActivatedOperation { get; }Public ReadOnly Property ActivatedOperation As ActivatedOperation// You can use this property in JavaScript.

ContinuationData ContinuationData ContinuationData ContinuationData

Gets a set of values populated by the app before a web authentication broker operation that deactivates the app in order to provide context when the app is activated.

public : ValueSet ContinuationData { get; }public ValueSet ContinuationData { get; }Public ReadOnly Property ContinuationData As ValueSet// You can use this property in JavaScript.
Value
ValueSet ValueSet ValueSet ValueSet

A set of values populated by the app before a web authentication broker operation that deactivates the app.

Kind Kind Kind Kind

Gets the activation type.

public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
Value
ActivationKind ActivationKind ActivationKind ActivationKind

One of the enumeration values.

PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState

Gets the execution state of the app before it was activated.

public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.

SplashScreen SplashScreen SplashScreen SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
Value
SplashScreen SplashScreen SplashScreen SplashScreen

The object that provides splash screen information.

WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult

Gets the WebAuthenticationResult object returned from the web authentication broker operation.

public : WebAuthenticationResult WebAuthenticationResult { get; }public WebAuthenticationResult WebAuthenticationResult { get; }Public ReadOnly Property WebAuthenticationResult As WebAuthenticationResult// You can use this property in JavaScript.
Value
WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult WebAuthenticationResult

The result of the web authentication broker operation.