Hi,
Does anyone know how to invoke/display the Windows Certificate Export Wizard Programmically within C#.NET whilst providing an X509 Certificate?
Many thanks
Hi,
Does anyone know how to invoke/display the Windows Certificate Export Wizard Programmically within C#.NET whilst providing an X509 Certificate?
Many thanks
I don't know, but i do vote for program this wizard in C#. Look at X509Certificate2UI class and X509Certificate2.Export method. You will find there everything you need to export cert from store.
The Solution to my question has been answered here:
http://stackoverflow.com/questions/3224117/how-to-p-invoke-cryptuiwizexport-function-in-c-net