IWebAuthenticationBrokerContinuationEventArgs.WebAuthenticationResult 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 WebAuthenticationResult object returned from the web authentication broker operation.
public:
property WebAuthenticationResult ^ WebAuthenticationResult { WebAuthenticationResult ^ get(); };
WebAuthenticationResult WebAuthenticationResult();
public WebAuthenticationResult WebAuthenticationResult { get; }
var webAuthenticationResult = iWebAuthenticationBrokerContinuationEventArgs.webAuthenticationResult;
Public ReadOnly Property WebAuthenticationResult As WebAuthenticationResult
Property Value
The result of the web authentication broker operation.