diff --git a/xml/System.Net.Security/SslClientAuthenticationOptions.xml b/xml/System.Net.Security/SslClientAuthenticationOptions.xml index 7aea9552a50..06bb64f5656 100644 --- a/xml/System.Net.Security/SslClientAuthenticationOptions.xml +++ b/xml/System.Net.Security/SslClientAuthenticationOptions.xml @@ -280,10 +280,10 @@ ## Remarks -When the value of this property is not `null`: +When this property isn't `null`, certain properties on `SslClientAuthenticationOptions` are superseded by corresponding properties on the provided : -- The value of the property is ignored. -- Any associated with the is ignored. +- is superseded by . +- Any associated with is superseded by and . ]]> diff --git a/xml/System.Net.Security/SslServerAuthenticationOptions.xml b/xml/System.Net.Security/SslServerAuthenticationOptions.xml index 1822ef0ab7a..43b92f46276 100644 --- a/xml/System.Net.Security/SslServerAuthenticationOptions.xml +++ b/xml/System.Net.Security/SslServerAuthenticationOptions.xml @@ -276,10 +276,10 @@ ## Remarks -When the value of this property is not `null`: +When this property isn't `null`, certain properties on `SslServerAuthenticationOptions` are superseded by corresponding properties on the provided : -- The value of the property is ignored. -- If an was provided to the value in the property, the trust list `SslCertificateTrust` will be sent in the handshake (when so configured), but the trust settings from this property aren't used when verifying any client authentication certificates. +- is superseded by . +- Any associated with is superseded by and . However, the trust list from `SslCertificateTrust` is still sent in the handshake when configured. ]]>