5 instantiations of UnsupportedNegotiateAuthenticationPal
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
241return new UnsupportedNegotiateAuthenticationPal(clientOptions, NegotiateAuthenticationStatusCode.UnknownCredentials);
System\Net\NegotiateAuthenticationPal.Unix.cs (4)
58return new UnsupportedNegotiateAuthenticationPal(clientOptions, statusCode); 63return new UnsupportedNegotiateAuthenticationPal(clientOptions); 81return new UnsupportedNegotiateAuthenticationPal(serverOptions, statusCode); 86return new UnsupportedNegotiateAuthenticationPal(serverOptions);