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