Skip to content

Commit a837975

Browse files
committed
test
1 parent 9f82259 commit a837975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net/ServicePointManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
When the <xref:System.Net.ServicePointManager.CheckCertificateRevocationList%2A> is `true`, the certificate is checked against the certificate authority revocation list, as part of the certificate validation process. Its default value is `false`.
193193
194194
> [!NOTE]
195-
> On modern .NET, this property maps to <xref:System.Net.Security.SslClientAuthenticationOptions.CertificateRevocationCheckMode%2A?displayProperty=nameWithType> on <xref:System.Net.Http.SocketsHttpHandler.SslOptions%2A?displayProperty=nameWithType>.
195+
> On modern .NET, this property maps to <xref:System.Net.Security.SslClientAuthenticationOptions.CertificateRevocationCheckMode> on <xref:System.Net.Http.SocketsHttpHandler.SslOptions>.
196196
197197
## Examples
198198
The following code example sets this property.

0 commit comments

Comments
 (0)