Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d1d5135

Browse files
authored
Make AuthenticationException message less platform-specific (#28645)
SSPI is a Windows thing.
1 parent 06aa6f0 commit d1d5135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Security/src/Resources/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<value>Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role.</value>
209209
</data>
210210
<data name="net_auth_SSPI" xml:space="preserve">
211-
<value>A call to SSPI failed, see inner exception.</value>
211+
<value>Authentication failed, see inner exception.</value>
212212
</data>
213213
<data name="net_auth_eof" xml:space="preserve">
214214
<value>Authentication failed because the remote party has closed the transport stream.</value>

0 commit comments

Comments
 (0)