4 references to WindowsIdentity
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
357
var identity = new
WindowsIdentity
(authInfo->AccessToken, GetAuthTypeFromRequest(authInfo->AuthType));
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
913
return new WindowsPrincipal(new
WindowsIdentity
(token, authenticationType));
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
357
var identity = new
WindowsIdentity
(authInfo->AccessToken, GetAuthTypeFromRequest(authInfo->AuthType));
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
179
var winIdentity = new
WindowsIdentity
(handle, IISDefaults.AuthenticationScheme);