WebUIWebAuthenticationBrokerContinuationEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information to an app that was launched after being suspended for a web authentication broker operation.
public ref class WebUIWebAuthenticationBrokerContinuationEventArgs sealed : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAuthenticationBrokerContinuationEventArgs final : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAuthenticationBrokerContinuationEventArgs : IWebAuthenticationBrokerContinuationEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWebAuthenticationBrokerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IWebAuthenticationBrokerContinuationEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
ActivatedOperation |
Gets the app activation operation. |
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 the splash screen 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. |