AppBroadcastState.AuthenticationResult Property
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.
Gets the authentication result of the app broadcast state.
public:
property WebAuthenticationResult ^ AuthenticationResult { WebAuthenticationResult ^ get(); void set(WebAuthenticationResult ^ value); };
WebAuthenticationResult AuthenticationResult();
void AuthenticationResult(WebAuthenticationResult value);
public WebAuthenticationResult AuthenticationResult { get; set; }
var webAuthenticationResult = appBroadcastState.authenticationResult;
appBroadcastState.authenticationResult = webAuthenticationResult;
Public Property AuthenticationResult As WebAuthenticationResult
Property Value
The authentication result of the app broadcast state.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|