4 references to BadBinding
System.Net.Security (4)
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
751
return NegotiateAuthenticationStatusCode.
BadBinding
;
System\Net\Security\NegotiateStream.cs (3)
769
if (statusCode is NegotiateAuthenticationStatusCode.
BadBinding
or
776
NegotiateAuthenticationStatusCode.
BadBinding
=>
826
NegotiateAuthenticationStatusCode.
BadBinding
=> (int)Interop.SECURITY_STATUS.BadBinding,