TechInPlanet
TechInPlanet

Tech that matters in planet

Browsing Tag

x509certificate2

1 post

Two way SSL – X509Certificate2.CreateFromPemFile – WINHTTP_CALLBACK_STATUS_REQUEST_ERROR

  • techinplanet staff
  • October 13, 2022
I am trying to call an API which requires two way SSL (TLS 1.2) and I have the following code: var myCert = X509Certificate2.CreateFromPemFile(_publicFilename, _privateFilename); using (var handler = new…
View Post
TechInPlanet