Skip to content

Commit 5df2942

Browse files
committed
Fix reference to SslCertificateTrust on Ssl*AuthenticationOptions
1 parent 212eb2d commit 5df2942

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

xml/System.Net.Security/SslClientAuthenticationOptions.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
<ReturnType>System.Security.Cryptography.X509Certificates.X509ChainPolicy</ReturnType>
194194
</ReturnValue>
195195
<Docs>
196-
<summary>Gets or sets an optional customized policy for remote certificate validation. If not <see langword="null" />, <see cref="P:System.Net.Security.SslClientAuthenticationOptions.CertificateRevocationCheckMode" /> and <see cref="T:System.Net.Security.SslCertificateTrust" /> are ignored.</summary>
196+
<summary>Gets or sets an optional customized policy for remote certificate validation. If not <see langword="null" />, <see cref="P:System.Net.Security.SslClientAuthenticationOptions.CertificateRevocationCheckMode" /> and <see cref="P:System.Net.Security.SslClientAuthenticationOptions.ClientCertificateContext" />.<see cref="P:System.Net.Security.SslCertificateContext.Trust" /> are ignored.</summary>
197+
</summary>
197198
<value>To be added.</value>
198199
<remarks>To be added.</remarks>
199200
</Docs>

xml/System.Net.Security/SslServerAuthenticationOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<ReturnType>System.Security.Cryptography.X509Certificates.X509ChainPolicy</ReturnType>
190190
</ReturnValue>
191191
<Docs>
192-
<summary>Gets or sets an optional customized policy for remote certificate validation. If not <see langword="null" />, <see cref="P:System.Net.Security.SslServerAuthenticationOptions.CertificateRevocationCheckMode" /> and <see cref="T:System.Net.Security.SslCertificateTrust" /> are ignored.</summary>
192+
<summary>Gets or sets an optional customized policy for remote certificate validation. If not <see langword="null" />, <see cref="P:System.Net.Security.SslServerAuthenticationOptions.CertificateRevocationCheckMode" /> and <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateContext" />.<see cref="P:System.Net.Security.SslCertificateContext.Trust" /> are ignored.</summary>
193193
<value>To be added.</value>
194194
<remarks>To be added.</remarks>
195195
</Docs>

0 commit comments

Comments
 (0)