-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NegotiateStream in Tcp is not supported for UWP. #1235
Comments
Tests that fail for me run on NET Native are:
|
These I think will require a domain-joined server - did you test with a domain joined server? |
@DavidGoll will networking have NegotiateStream support in UWP/NS2.0 timeframe? |
@zhenlan Yes. This is tracked by https://github.com/dotnet/corefx/issues/20033, in particular https://github.com/dotnet/corefx/issues/14560. |
Resovled by #2043 |
I found two issues in corefx that might be what fixes this issue, @iamjasonp @mconnew could one of you confirm?
dotnet/corefx#2928
dotnet/corefx#4721
Using this issue as the ActiveIssue for the tests in...
\Scenarios\Security\TransportSecurity\Negotiate\NegotiateStream_Tcp_Tests.cs
The text was updated successfully, but these errors were encountered: