Certificate Revocation List
S Abijith
426
Reputation points
Hi All,
We have a WPF application built on .Net Framework v4.8. This application acts as an HTTPs client.
We are currently performing the certificate check using 'RemoteCertificateValidationCallback' method (except CRL).
We now need to perform CRL (Certificate Revocation List) check as part of certificate validation in this application.
Can anyone please let us know the best way to implement CRL check for the application?
Any help is appreciated.
Thank you in advance!!
Sign in to answer