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