What does it mean that a function, in particular CryptExportPKCS8
is deprecated?
https://msdn.microsoft.com/en-us/library/windows/desktop/aa379932(v=vs.85).aspx
I'm aware that one can't use it with newer version of wincrypt
just because it is not present in header file, but can a program based on old wincrypt.h
and crypt32.lib
still retrieve private key from certificate store in Windows 10? Or is it impossible to access such data without using more up-to-date API?