Tagged Questions

9
votes
2answers
10k views

How can I install a certificate into the local machine store programmatically using c#?

I have a certificate generated via MakeCert. I want to use this certificate for WCF message security using PeerTrust. How can I programmatically install the certificate into the "trusted people" ...
0
votes
0answers
24 views

Windows Communication Foundation with x509 and Compact Framework 3.5 Max Keylength

I am using Windows Communication Foundation with x509 message layer security to communicate with a windows compact framework 3.5 device. I am using makecert to create the certificates. Does anyone ...
0
votes
2answers
65 views

How to run command in the process which is executed with admin rights?

I want to create a self signed certificate and install it using through c# program. I use makecert to make certificate i run it as administrator and i pass command in the ProcessStartInfo.argument but ...