IWebAuthenticationBrokerContinuationEventArgs.WebAuthenticationResult Property

Definition

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.

Applies to