Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>No revocation check is performed on the certificate.</summary>
<summary>Specifies that revocation checks should not be performed.</summary>
</Docs>
</Member>
<Member MemberName="Offline">
Expand Down Expand Up @@ -157,7 +157,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>A revocation check is made using a cached certificate revocation list (CRL).</summary>
<summary>Revocation checks can only be performed with cached revocation data.</summary>
</Docs>
</Member>
<Member MemberName="Online">
Expand Down Expand Up @@ -201,7 +201,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>A revocation check is made using an online certificate revocation list (CRL).</summary>
<summary>Revocation checks that are not possible with cached revocation data should attempt to make live requests to update the cache.</summary>
</Docs>
</Member>
</Members>
Expand Down