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