You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Security/SslServerAuthenticationOptions.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@
89
89
<Docs>
90
90
<summary>Gets or sets a value that indicates whether the <seecref="T:System.Net.Security.SslStream" /> should allow SSL renegotiation.</summary>
91
91
<value>
92
-
<seelangword="true" /> to indicate that the <seecref="T:System.Net.Security.SslStream" /> allow SSL renegotiation; otherwise, <seelangword="false" />. The default value is <seelangword="true" />.</value>
92
+
<seelangword="true" /> to allow SSL renegotiation; otherwise, <seelangword="false" />. The default value is <seelangword="false" /> in .NET 7 and later versions; in earlier versions, the default value is <seelangword="true" />.</value>
0 commit comments