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