AppBroadcastBackgroundServiceSignInInfo.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 an object that represents the result of a Web authentication operation.
public:
property WebAuthenticationResult ^ AuthenticationResult { WebAuthenticationResult ^ get(); };
WebAuthenticationResult AuthenticationResult();
public WebAuthenticationResult AuthenticationResult { get; }
var webAuthenticationResult = appBroadcastBackgroundServiceSignInInfo.authenticationResult;
Public ReadOnly Property AuthenticationResult As WebAuthenticationResult
Property Value
An object that represents the result of a Web authentication operation.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|