Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions xml/System.Net.Security/SslClientAuthenticationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,18 @@
<ReturnType>System.Security.Cryptography.X509Certificates.X509ChainPolicy</ReturnType>
</ReturnValue>
<Docs>
<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>
<summary>Gets or sets an optional customized policy for remote certificate validation</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
When the value of this property is not `null`, the value of the <xref:System.Net.Security.SslClientAuthenticationOptions.CertificateRevocationCheckMode> property is ignored.
When the value of this property is not `null`, any <xref:System.Net.Security.SslCertificateTrust> associated with the <xref:System.Net.Security.SslClientAuthenticationOptions.ClientCertificateContext> is ignored.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="CertificateRevocationCheckMode">
Expand Down
15 changes: 12 additions & 3 deletions xml/System.Net.Security/SslServerAuthenticationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,18 @@
<ReturnType>System.Security.Cryptography.X509Certificates.X509ChainPolicy</ReturnType>
</ReturnValue>
<Docs>
<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>
<summary>Gets or sets an optional customized policy for remote certificate validation</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

When the value of this property is not `null`, the value of the <xref:System.Net.Security.SslServerAuthenticationOptions.CertificateRevocationCheckMode> property is ignored.

When the value of this property is not `null` and a <xref:System.Net.Security.SslCertificateTrust> was provided to the value in the <xref:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateContext> property, the trust list SslCertificateTrust will be sent in the handshake (when so configured) but the trust settings from this property will not be used when verifying any client authentication certificates.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="CertificateRevocationCheckMode">
Expand Down Expand Up @@ -494,4 +503,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>