WebAuthenticationOptions
WebAuthenticationOptions
WebAuthenticationOptions
WebAuthenticationOptions
Enum
Definition
Contains the options available to the asynchronous operation.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class WebAuthenticationOptionspublic enum WebAuthenticationOptionsPublic Enum WebAuthenticationOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| None None None None | No options are requested. |
| SilentMode SilentMode SilentMode SilentMode | Tells the web authentication broker to not render any UI. This option will throw an exception if used with AuthenticateAndContinue; AuthenticateSilentlyAsync, which includes this option implicitly, should be used instead. |
| UseCorporateNetwork UseCorporateNetwork UseCorporateNetwork UseCorporateNetwork | 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. |
| UseHttpPost UseHttpPost UseHttpPost UseHttpPost | 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. |
| UseTitle UseTitle UseTitle UseTitle | Tells the web authentication broker to return the window title string of the webpage in the ResponseData property. |