1 write to Handled
Microsoft.AspNetCore.Authentication (1)
HandleRequestResult.cs (1)
13private static readonly HandleRequestResult _handledResult = new() { Handled = true };
14 references to Handled
Microsoft.AspNetCore.Authentication (4)
RemoteAuthenticationHandler.cs (4)
98else if (authResult.Handled) 130if (errorContext.Result.Handled) 166if (ticketContext.Result.Handled) 308if (context.Result.Handled)
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
273if (errorContext.Result.Handled)
Microsoft.AspNetCore.Authentication.OpenIdConnect (8)
OpenIdConnectHandler.cs (8)
145if (remoteSignOutContext.Result.Handled) 342if (signOut.Result.Handled) 1226if (context.Result.Handled) 1252if (context.Result.Handled) 1298if (context.Result.Handled) 1327if (context.Result.Handled) 1353if (context.Result.Handled) 1377if (context.Result.Handled)
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
482if (remoteSignOutContext.Result.Handled)