1 write to Handled
Microsoft.AspNetCore.Authentication.WsFederation (1)
RedirectContext.cs (1)
42public void HandleResponse() => Handled = true;
2 references to Handled
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (2)
122if (redirectContext.Handled) 455if (!redirectContext.Handled)