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)
347
throw new AuthenticationException(SR.
net_auth_SSPI
, token.GetException());
408
throw new AuthenticationException(SR.
net_auth_SSPI
, token.GetException());
System\Net\Security\TlsSession.cs (3)
1027
throw new AuthenticationException(SR.
net_auth_SSPI
, selStatus.Exception);
1064
Exception authExc = new AuthenticationException(SR.
net_auth_SSPI
, token.GetException());
1436
throw 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)),