Skip to content

Commit 79c9e22

Browse files
authored
Update SslServerAuthenticationOptions.xml (#7838)
1 parent 8f542f9 commit 79c9e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Security/SslServerAuthenticationOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Docs>
9090
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Net.Security.SslStream" /> should allow SSL renegotiation.</summary>
9191
<value>
92-
<see langword="true" /> to indicate that the <see cref="T:System.Net.Security.SslStream" /> allow SSL renegotiation; otherwise, <see langword="false" />. The default value is <see langword="true" />.</value>
92+
<see langword="true" /> to allow SSL renegotiation; otherwise, <see langword="false" />. The default value is <see langword="false" /> in .NET 7 and later versions; in earlier versions, the default value is <see langword="true" />.</value>
9393
<remarks>To be added.</remarks>
9494
</Docs>
9595
</Member>

0 commit comments

Comments
 (0)