I have created a public/private key pair with openSSL and converted it into a *.pfx
file with openSSL. I then imported this file into the Windows Trusted Certificate Store
.
I now would like to access the private key from this certificate via c++ code. Is this possible? If yes, can you please point me into a direction? I haven't found anything suitable yet.