From f45f7d631bba427a30812d9e1ed1fc35c25a10eb Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Fri, 30 Mar 2018 09:54:08 -0700 Subject: [PATCH] Make AuthenticationException message less platform-specific (dotnet/corefx#28645) SSPI is a Windows thing. Commit migrated from https://github.com/dotnet/corefx/commit/d1d5135ef69f0b64001694d93a6a9fc4cd23d23b --- src/libraries/System.Net.Security/src/Resources/Strings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Net.Security/src/Resources/Strings.resx b/src/libraries/System.Net.Security/src/Resources/Strings.resx index fe5ef27..8d115d4 100644 --- a/src/libraries/System.Net.Security/src/Resources/Strings.resx +++ b/src/libraries/System.Net.Security/src/Resources/Strings.resx @@ -208,7 +208,7 @@ Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role. - A call to SSPI failed, see inner exception. + Authentication failed, see inner exception. Authentication failed because the remote party has closed the transport stream. -- 2.7.4