How can you install a SSL Certificate into a user's 'certificate store'?

trend

Centurion
Joined
Oct 12, 2004
Messages
171
I need to have my vb.net program install a client SSL certificate for PKI (Private Key Infrastructure). How can I install/remove certificates to a user's "certificate store"?

thanks!
 
Not sure if it's the best way but the .Net SDK includes a tool called certmgr.exe - this would allow you to install a certificate via it's command line switches.
 
Back
Top