WebAuthenticationBrokerContinuationEventArgs Class

Definition

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

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
Inheritance
Object Platform::Object IInspectable WebAuthenticationBrokerContinuationEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

You access a WebAuthenticationBrokerContinuationEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is WebAuthenticationBrokerContinuation.

For an example that uses the WebAuthenticationBrokerContinuationEventArgs class, see How to continue your Windows Phone 8.x app after calling an AndContinue method.

Properties

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.

Kind

Gets the activation type.

PreviousExecutionState

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

SplashScreen

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

WebAuthenticationResult

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

Applies to

See also