1 write to Handled
Microsoft.AspNetCore.Authentication (1)
HandleRequestResult.cs (1)
13private static readonly HandleRequestResult _handledResult = new() { Handled = true };
4 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)