3 references to net_auth_SSPI
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (1)
835
_ => new AuthenticationException(SR.
net_auth_SSPI
, win32Exception)
System\Net\Security\SslStream.IO.cs (2)
342
throw new AuthenticationException(SR.
net_auth_SSPI
, token.GetException());
395
throw new AuthenticationException(SR.
net_auth_SSPI
, token.GetException());