From a2fbcd43dc1a9873af6c76c55033fe1172207cb1 Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Mon, 4 Aug 2025 11:06:34 -0700 Subject: [PATCH 1/2] Add clarity that the Online mode can use cached data --- .../X509RevocationMode.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml index 7075c7f9304..16f8867bc25 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml @@ -113,7 +113,7 @@ 0 - No revocation check is performed on the certificate. + Specifies that revocation checks should not be performed. @@ -157,7 +157,7 @@ 2 - A revocation check is made using a cached certificate revocation list (CRL). + Revocation checks can only be performed with cached revocation data. @@ -201,7 +201,7 @@ 1 - A revocation check is made using an online certificate revocation list (CRL). + Revocation checks that are not possible with cached revocation data should attempt to make live requests to update the cache. From 1f28e60fdc4129a8fa80dc360c78811291f7c76a Mon Sep 17 00:00:00 2001 From: Jeremy Barton Date: Mon, 4 Aug 2025 14:57:43 -0700 Subject: [PATCH 2/2] Update xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- .../X509RevocationMode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml index 16f8867bc25..ec08d68894f 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml @@ -113,7 +113,7 @@ 0 - Specifies that revocation checks should not be performed. + Revocation checks should not be performed.