1 write to _user
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
52_user = context.Features.Get<WindowsPrincipal>(); // See IISMiddleware
2 references to _user
Microsoft.AspNetCore.Server.IISIntegration (2)
AuthenticationHandler.cs (2)
21if (_user != null) 23return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(_user, _scheme.Name)));