From 73e49b4f713e501edc4a0f9e0a31294228cc6d40 Mon Sep 17 00:00:00 2001 From: Christoph Hannebauer Date: Fri, 25 Oct 2024 15:31:58 +0200 Subject: [PATCH 1/2] Corrected wrong value of ClientCertificateOptions --- xml/System.Net.Http/HttpClientHandler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index c6ef2c31f73..d11e9af4cfc 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -281,7 +281,7 @@ After NuGet package v4.3.2, the default value of Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate. - The collection of security certificates associated with this handler. + One of the values defined in the enumeration. The default value is Manual. To be added. From ad85af74cdc68011e790b927d840e2ed9441e198 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 30 Oct 2024 21:19:18 +0100 Subject: [PATCH 2/2] Apply review suggestion Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- xml/System.Net.Http/HttpClientHandler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index d11e9af4cfc..a0f8c8586f4 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -281,7 +281,7 @@ After NuGet package v4.3.2, the default value of Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate. - One of the values defined in the enumeration. The default value is Manual. + One of the enumeration values. The default value is . To be added.