Validating HTTPS certificate

S Abijith 471 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!!

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.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.