3 instantiations of UnsupportedNegotiateAuthenticationPal
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
308return new UnsupportedNegotiateAuthenticationPal(clientOptions, NegotiateAuthenticationStatusCode.UnknownCredentials);
System\Net\NegotiateAuthenticationPal.Unix.cs (2)
57return new UnsupportedNegotiateAuthenticationPal(clientOptions, statusCode); 81return new UnsupportedNegotiateAuthenticationPal(serverOptions, statusCode);