Infocard and Clickonce deployment
Hi, I been reading through the WCF documentation and samples and have a couple of questions on how to use Infocard in a ClickOnce deployed application. This application would have to communicate securely with a public WCF based web service, and use Infocard as authentication mechanism.
1) What kind of server certificate is required? Is a simple domain name certificate sufficient (like e.g.http://www.thawte.com/ssl-digital-certificates/ssl123/index.html)? Or would a free personal e-mail certificate also work (like e.g.http://www.thawte.com/secure-email/personal-email-certificates/index.html)? Can (or should) it be the same certificate as the server's SSL certificate?
2) All the WCF samples involve installing server certificates on the client, but in a ClickOnce scenario, I don't want to do this. Is it correct that this is not needed if the server certificate is a certified by one of the root CA's known by Windows XP? How would the client configuration file look like in this case?

