Skip to content

Commit 7cf4de2

Browse files
bartonjsgewarren
andauthored
Add clarity that the Online mode can use cached data
This also updates these members to not specify CRLs specifically, since revocation can come from other sources (e.g. OCSP). Co-authored-by: Genevieve Warren <[email protected]>
1 parent 63ef04d commit 7cf4de2

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>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)