Skip to content

Commit 8d421c8

Browse files
committed
Fix class name
1 parent 6973ba4 commit 8d421c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Net.Security/SslClientAuthenticationOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
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="P:System.Net.Security.SslClientAuthenticationOptions.ClientCertificateContext" />.<see cref="P:System.Net.Security.SslCertificateContext.Trust" /> 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.SslStreamCertificateContext.Trust" /> are ignored.</summary>
197197
<value>To be added.</value>
198198
<remarks>To be added.</remarks>
199199
</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="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateContext" />.<see cref="P:System.Net.Security.SslCertificateContext.Trust" /> 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.SslStreamCertificateContext.Trust" /> are ignored.</summary>
193193
<value>To be added.</value>
194194
<remarks>To be added.</remarks>
195195
</Docs>

0 commit comments

Comments
 (0)