I wonder how to change the password for .pfx file using crypt32.dll. I tried : public bool ChangePassword(String pfxfilename, String pswd, String newPfxfilename,String newPswd) {
I need to programmatically extract certificates and their private keys from a MS certificate store, and get them to the .PEM format somehow.I don\'t want t开发者_如何学JAVAo use OpenSSL at the command