Validating HTTPS certificate

S Abijith 346 Reputation points
2021-10-24T13:50:19.707+00:00

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

C#
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.
10,238 questions
{count} votes