Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.X509Certificates.X509RevocationMode
Assembly: System.Security.Cryptography
Specifies the mode used to check for X509 certificate revocation.
Values
NoCheck
Revocation checks should not be performed.
Online
Revocation checks that are not possible with cached revocation data should attempt to make live requests to update the cache.
Offline
Revocation checks can only be performed with cached revocation data.