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)
92else if (authResult.Handled) 124if (errorContext.Result.Handled) 160if (ticketContext.Result.Handled) 301if (context.Result.Handled)
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
274if (errorContext.Result.Handled)
Microsoft.AspNetCore.Authentication.OpenIdConnect (8)
OpenIdConnectHandler.cs (8)
136if (remoteSignOutContext.Result.Handled) 333if (signOut.Result.Handled) 1109if (context.Result.Handled) 1135if (context.Result.Handled) 1181if (context.Result.Handled) 1210if (context.Result.Handled) 1236if (context.Result.Handled) 1260if (context.Result.Handled)
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
482if (remoteSignOutContext.Result.Handled)