7 references to HasWindowsIdentity
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
191if (HasWindowsIdentity(connection.User) || HasWindowsIdentity(newPrincipal)) 652var expiresUtc = authenticateResult is not null && !HasWindowsIdentity(authenticateResult.Principal ?? context.User) 904&& !HasWindowsIdentity(newPrincipal) 905&& !HasWindowsIdentity(currentUser); 988&& !HasWindowsIdentity(context.User)) 1041return HasWindowsIdentity(authenticateResult.Principal ?? fallbackPrincipal)