diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index 9ebf53dc3cc..e1b15114344 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -491,7 +491,7 @@ On .NET Core, the key usage attribute on the X509 certificate, if present, is re handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousAcceptAnyServerCertificateValidator; ``` - This gives implementations a known object reference identity that expresses the developer's intention. If the object stored in the property is reference equals to , the runtime is able to entirely disable validation on a platform that would otherwise throw a . + This gives implementations a known object reference identity that expresses the developer's intention. If the object stored in the property is reference equals to , the runtime is able to entirely disable validation on a platform that would otherwise throw a . As a side benefit, developers can use this property to make it easier for tools to flag the danger of disabling certificate validation, which makes it easier for developers to avoid shipping insecure applications.