diff --git a/xml/System.Net.Configuration/WindowsAuthenticationElement.xml b/xml/System.Net.Configuration/WindowsAuthenticationElement.xml index 1b437e32752..2d1495db09c 100644 --- a/xml/System.Net.Configuration/WindowsAuthenticationElement.xml +++ b/xml/System.Net.Configuration/WindowsAuthenticationElement.xml @@ -61,7 +61,7 @@ . If this behavior impacts performance, you can use the `DefaultCredentialsHandleCacheSize` to use a single cached SSPI credential handle for default network credentials. You can do this by setting this property value to 0. This corresponds to the following configuration setting: +By default, the value of `defaultCredentialsHandleCacheSize` is 0. This causes Windows to allocate a separate SSPI handle for each . ```xml @@ -71,6 +71,8 @@ By default, Windows allocates a separate SSPI handle for each ``` +If this behavior impacts performance, set to a value greater than 0 to use a single, cached SSPI credential handle for default network credentials. The exact value depends on application requirements. Generally, a value between 50 and 100 works for most high-performant applications. + ]]>