Skip to content

Commit e242ba8

Browse files
authored
Revert "Replace private property with public one (#11041)" (#11049)
This reverts commit 905ec6b.
1 parent f5d517c commit e242ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/NetworkCredential.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
The <xref:System.Net.NetworkCredential> class is a base class that supplies credentials in password-based authentication schemes such as basic, digest, NTLM, and Kerberos. Classes that implement the <xref:System.Net.ICredentials> interface, such as the <xref:System.Net.CredentialCache> class, return <xref:System.Net.NetworkCredential> objects.
7979
8080
> [!NOTE]
81-
> On Unix platforms, use of NTLM authentication might require installing the NTLM plugin for the GSSAPI layer used by the implementation. On Ubuntu distributions, the package is called `gss-ntlmssp`. Alternatively, applications can opt in for a managed implementation of NTLM by setting the `System.Net.Security.UseManagedNtlm` AppContext switch or, in .NET 10 and later, the `UseManagedNtlm` MSBuild property.
81+
> On Unix platforms, use of NTLM authentication may require installing the NTLM plugin for the GSSAPI layer used by the implemention. On Ubuntu distributions, the package is called `gss-ntlmssp`. Alternatively, applications may opt in for a managed implementation of NTLM by setting the `_UseManagedNtlm` .csproj property (.NET 9+ only), or setting the `System.Net.Security.UseManagedNtlm` AppContext switch.
8282
>
8383
> On Windows, NTLM and Negotiate (Kerberos) authentication always depend on GSSAPI of the operating system.
8484

0 commit comments

Comments
 (0)