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" ...
2
votes
2answers
145 views

Unable to sign security tokens with certificate in WIF scenario

I'm trying to implement a custom STS for a WIF scenario I'm investigating, but it's failing. It's failing when trying to obtain the private key from the certificate used to sign the tokens. I create ...
0
votes
0answers
23 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 ...