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