7 references to net_auth_SSPI
System.Net.Security (7)
System\Net\Security\NegotiateStream.cs (1)
841_ => new AuthenticationException(SR.net_auth_SSPI, win32Exception)
System\Net\Security\SslStream.IO.cs (2)
347throw new AuthenticationException(SR.net_auth_SSPI, token.GetException()); 408throw new AuthenticationException(SR.net_auth_SSPI, token.GetException());
System\Net\Security\TlsSession.cs (3)
1027throw new AuthenticationException(SR.net_auth_SSPI, selStatus.Exception); 1064Exception authExc = new AuthenticationException(SR.net_auth_SSPI, token.GetException()); 1436throw new AuthenticationException(SR.net_auth_SSPI, token.GetException());
System\Net\Security\TlsSession.OpenSsl.cs (1)
310_ => throw new AuthenticationException(SR.net_auth_SSPI, CreateDiagnosticSslException(error, result, sslErrorTemplate)),