Skip to content

Commit f68c257

Browse files
bb-froggyMihaZupangewarren
authored
Corrected wrong value of ClientCertificateOptions (#10608)
* Corrected wrong value of ClientCertificateOptions * Apply review suggestion Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Miha Zupan <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent 20b1986 commit f68c257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
281281
</ReturnValue>
282282
<Docs>
283283
<summary>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.</summary>
284-
<value>The collection of security certificates associated with this handler.</value>
284+
<value>One of the enumeration values. The default value is <see cref="F:System.Net.Http.ClientCertificateOption.Manual" />.</value>
285285
<remarks>To be added.</remarks>
286286
</Docs>
287287
</Member>

0 commit comments

Comments
 (0)