diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index f121fbf9901..6616b1e3f7e 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -482,7 +482,14 @@ On .NET Core, the key usage attribute on the X509 certificate, if present, is re Gets or sets authentication information used by this handler. The authentication credentials associated with the handler. The default is . - To be added. + + property has been set to `true`, it has a side effect on this property, and this property will be set to . + ]]> + @@ -1451,6 +1458,8 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA Set this property to `true` when requests made by the object should, if requested by the server, be authenticated using the credentials of the currently logged on user. For client applications, this is the desired behavior in most scenarios. For middle-tier applications, such as ASP.NET applications, instead of using this property, you would typically set the property to the credentials of the client on whose behalf the request is made. This property doesn't affect proxy credentials. When the default (system) proxy is being used, set credentials explicitly by using the property. When the proxy is set by the property, set credentials for the proxy via its property. + + If this property has been set to `true` then, it has a side effect on property, and will be set to . ]]>