Validating HTTPS certificate
S Abijith
471
Reputation points
Hi All,
We currently have a WPF application built on .Net framework 4.7. This application acts as an HTTPS client. We need to validate the below parameters against a valid Https certificate:
- The signature
- The stored certificates
- The validity against Certificate Revocation List (CRL)
- The validity date
- The IP address checking on Subject Alternative Name
Can anyone please help me in validating these specific parameters alone.
Any help is appreciated!!
Thank you!!
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Sign in to answer