Skip to content

Commit ab35adc

Browse files
wfurtbartonjs
andauthored
correct default info for CertificateRevocationCheckMode (dotnet#4920)
* correct default info for CertificateRevocationCheckMode * Update xml/System.Net.Security/SslClientAuthenticationOptions.xml Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Jeremy Barton <[email protected]>
1 parent a7e12b6 commit ab35adc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.Net.Security/SslClientAuthenticationOptions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@
138138
</ReturnValue>
139139
<Docs>
140140
<summary>Gets or sets the certificate revocation mode for certificate validation.</summary>
141-
<value>One of the values in <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode" />: <see langword="NoCheck" />, <see langword="Online" />, or <see langword="Offline" />. The default is <see langword="Online" />.</value>
141+
<value>One of the values in <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode" />. The default is <see langword="NoCheck" />.</value>
142142
<remarks>
143143
<format type="text/markdown"><![CDATA[
144144
145145
## Remarks
146-
When using certificates, the system validates that the client certificate is not revoked by checking that the client certificate is not in the revoked certificate list. This validation can be performed by checking online or against a cached revocation list. You can trun off revocation checking by setting this property to <xref:System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck>.
146+
When using certificates, the system validates that the client certificate is not revoked by checking that the client certificate is not in the revoked certificate list. This validation can be performed by checking online or against a cached revocation list. You can turn off revocation checking by setting this property to <xref:System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck>.
147147
148-
For more information, see [Working with Certificates](/dotnet/framework/wcf/feature-details/working-with-certificates).
148+
For more information, see [Working with Certificates](/dotnet/framework/wcf/feature-details/working-with-certificates).
149149
150150
]]></format>
151151
</remarks>

xml/System.Net.Security/SslServerAuthenticationOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</ReturnValue>
137137
<Docs>
138138
<summary>Gets or sets the certificate revocation mode for certificate validation.</summary>
139-
<value>One of the values in <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode" />: <see langword="NoCheck" />, <see langword="Online" />, or <see langword="Offline" />. The default is <see langword="Online" />.</value>
139+
<value>One of the values in <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode" />: <see langword="NoCheck" />, <see langword="Online" />, or <see langword="Offline" />. The default is <see langword="NoCheck" />.</value>
140140
<remarks>
141141
<format type="text/markdown"><![CDATA[
142142

0 commit comments

Comments
 (0)