Skip to content

Commit a2fbcd4

Browse files
committed
Add clarity that the Online mode can use cached data
1 parent 330c8a7 commit a2fbcd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</ReturnValue>
114114
<MemberValue>0</MemberValue>
115115
<Docs>
116-
<summary>No revocation check is performed on the certificate.</summary>
116+
<summary>Specifies that revocation checks should not be performed.</summary>
117117
</Docs>
118118
</Member>
119119
<Member MemberName="Offline">
@@ -157,7 +157,7 @@
157157
</ReturnValue>
158158
<MemberValue>2</MemberValue>
159159
<Docs>
160-
<summary>A revocation check is made using a cached certificate revocation list (CRL).</summary>
160+
<summary>Revocation checks can only be performed with cached revocation data.</summary>
161161
</Docs>
162162
</Member>
163163
<Member MemberName="Online">
@@ -201,7 +201,7 @@
201201
</ReturnValue>
202202
<MemberValue>1</MemberValue>
203203
<Docs>
204-
<summary>A revocation check is made using an online certificate revocation list (CRL).</summary>
204+
<summary>Revocation checks that are not possible with cached revocation data should attempt to make live requests to update the cache.</summary>
205205
</Docs>
206206
</Member>
207207
</Members>

0 commit comments

Comments
 (0)