J
J Matos
Guest
Hi,
Whenever I instantiate the X509Certificate2 class to digitally sign a XML file with a .PFX certificate, the system create a file in C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder.
For example:
X509Certificate2 cert = new X509Certificate2(mycert.pfx, mypassword);
It is possible to prevent this?
Thank you.
JMatos
Continue reading...
Whenever I instantiate the X509Certificate2 class to digitally sign a XML file with a .PFX certificate, the system create a file in C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder.
For example:
X509Certificate2 cert = new X509Certificate2(mycert.pfx, mypassword);
It is possible to prevent this?
Thank you.
JMatos
Continue reading...