diff --git a/xml/System.Net.Security/SslClientAuthenticationOptions.xml b/xml/System.Net.Security/SslClientAuthenticationOptions.xml
index 00bae12908c..651ca67a99b 100644
--- a/xml/System.Net.Security/SslClientAuthenticationOptions.xml
+++ b/xml/System.Net.Security/SslClientAuthenticationOptions.xml
@@ -193,9 +193,19 @@
System.Security.Cryptography.X509Certificates.X509ChainPolicy
- Gets or sets an optional customized policy for remote certificate validation. If not , and are ignored.
+ Gets or sets an optional customized policy for remote certificate validation.
To be added.
- To be added.
+
+ property is ignored.
+- Any associated with the is ignored.
+]]>
+
diff --git a/xml/System.Net.Security/SslServerAuthenticationOptions.xml b/xml/System.Net.Security/SslServerAuthenticationOptions.xml
index 6336d4fc5a1..245ae531b5a 100644
--- a/xml/System.Net.Security/SslServerAuthenticationOptions.xml
+++ b/xml/System.Net.Security/SslServerAuthenticationOptions.xml
@@ -189,9 +189,19 @@
System.Security.Cryptography.X509Certificates.X509ChainPolicy
- Gets or sets an optional customized policy for remote certificate validation. If not , and are ignored.
+ Gets or sets an optional customized policy for remote certificate validation.
To be added.
- To be added.
+
+ 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.
+]]>
+
@@ -494,4 +504,4 @@
-
+
\ No newline at end of file