Share via


AppBroadcastState.AuthenticationResult Property

Definition

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

Applies to