WebAuthenticationResult.ResponseStatus Property

Definition

Contains the status of the asynchronous operation when it completes.

public:
 property WebAuthenticationStatus ResponseStatus { WebAuthenticationStatus get(); };
WebAuthenticationStatus ResponseStatus();
public WebAuthenticationStatus ResponseStatus { get; }
var webAuthenticationStatus = webAuthenticationResult.responseStatus;
Public ReadOnly Property ResponseStatus As WebAuthenticationStatus

Property Value

One of the enumerations.

Applies to

See also