1 write to WindowsUser
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
285WindowsUser = GetWindowsPrincipal();
3 references to WindowsUser
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (2)
288User = WindowsUser; 812if (WindowsUser?.Identity is WindowsIdentity wi)
Core\IISServerAuthenticationHandlerInternal.cs (1)
27var user = _iisHttpContext.WindowsUser;