WebAuthenticationOptions Enumeration

Contains flags that indicate options for a SystemUI.AuthenticateAsync call.

Syntax

[FlagsAttribute]
public enum class WebAuthenticationOptions  

Members

Member Value Description
None 0x00  No options are requested.
SilentMode 0x01  Tells the web authentication broker to not render any UI.
UseTitle 0x02  Tells the web authentication broker to return the window title string of the webpage in the WebAuthenticationResult.ResponseData property.
UseHttpPost 0x04  Tells the web authentication broker to return the body of the HTTP POST in the ResponseData property. For use with single sign-on (SSO) only.
UseCorporateNetwork 0x08  Tells the web authentication broker to render the webpage in an app container that supports privateNetworkClientServer, enterpriseAuthentication, and sharedUserCertificate capabilities. Note the application that uses this flag must have these capabilities as well.

Requirements

Namespace: Windows.Xbox.UI

Metadata: windows.winmd

See also

Reference

Windows.Xbox.UI Namespace