问题
Does anyone know how to invoke/display the Windows Certificate Export Wizard Programmatically within C#.NET whilst providing an X509 Certificate?
回答1:
I think you'll have to P/Invoke CryptUIWizExport from the Cryptui.dll.
回答2:
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.
来源:https://stackoverflow.com/questions/3223852/invoke-windows-certificate-export-wizard-net