7 references to HasWindowsIdentity
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
184if (HasWindowsIdentity(connection.User) || HasWindowsIdentity(newPrincipal)) 578var expiresUtc = authenticateResult is not null && !HasWindowsIdentity(authenticateResult.Principal ?? context.User) 790&& !HasWindowsIdentity(newPrincipal) 791&& !HasWindowsIdentity(currentUser); 883&& !HasWindowsIdentity(context.User)) 936if (HasWindowsIdentity(authenticateResult.Principal ?? fallbackPrincipal))