diff --git a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml index 7075c7f9304..ec08d68894f 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. + 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.