5 instantiations of UnsupportedNegotiateAuthenticationPal
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
308
return new
UnsupportedNegotiateAuthenticationPal
(clientOptions, NegotiateAuthenticationStatusCode.UnknownCredentials);
System\Net\NegotiateAuthenticationPal.Unix.cs (4)
51
return new
UnsupportedNegotiateAuthenticationPal
(clientOptions, statusCode);
56
return new
UnsupportedNegotiateAuthenticationPal
(clientOptions);
74
return new
UnsupportedNegotiateAuthenticationPal
(serverOptions, statusCode);
79
return new
UnsupportedNegotiateAuthenticationPal
(serverOptions);