diff --git a/xml/System.Net.Security/SslServerAuthenticationOptions.xml b/xml/System.Net.Security/SslServerAuthenticationOptions.xml index 329b4513068..0c917ea267e 100644 --- a/xml/System.Net.Security/SslServerAuthenticationOptions.xml +++ b/xml/System.Net.Security/SslServerAuthenticationOptions.xml @@ -89,7 +89,7 @@ Gets or sets a value that indicates whether the should allow SSL renegotiation. - to indicate that the allow SSL renegotiation; otherwise, . The default value is . + to allow SSL renegotiation; otherwise, . The default value is in .NET 7 and later versions; in earlier versions, the default value is . To be added.