[release/6.0] fix SendAsync from impersonificated context with default credentials...
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 15 Sep 2021 17:45:55 +0000 (10:45 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 17:45:55 +0000 (10:45 -0700)
commitb5e15dce8b07dfea00917871d7978db27eafd68d
treef51c6699c5fda92019b0caf93380c8f8ac25f072
parent6e67f837e4591fc65bee0e80cab56958b249273d
[release/6.0]  fix SendAsync from impersonificated context with default credentials (#59155)

* fix SendAsync from inpersonificated context and default credentials

* add missing file

* remove dead code

* feedback from review

* name cleanup

Co-authored-by: wfurt <tweinfurt@yahoo.com>
src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs
src/libraries/Common/tests/TestUtilities/System/WindowsIdentityFixture.cs [new file with mode: 0644]
src/libraries/Common/tests/TestUtilities/TestUtilities.csproj
src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionSettings.cs
src/libraries/System.Net.Http/tests/FunctionalTests/ImpersonatedAuthTests.cs [new file with mode: 0644]
src/libraries/System.Net.Http/tests/FunctionalTests/NtAuthTests.Windows.cs [new file with mode: 0644]
src/libraries/System.Net.Http/tests/FunctionalTests/NtAuthTests.cs
src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj
src/libraries/System.Security.Principal.Windows/tests/WindowsIdentityImpersonatedTests.netcoreapp.cs