1 write to _context
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
51_context = context;
4 references to _context
Microsoft.AspNetCore.Server.IISIntegration (4)
AuthenticationHandler.cs (4)
33Debug.Assert(_context != null, "Handler must be initialized."); 36_context.Response.StatusCode = 401; 42Debug.Assert(_context != null, "Handler must be initialized."); 44_context.Response.StatusCode = 403;