Reputation: 2682
In my Windows Phone application I need to accept an untrusted certificate by default to connect with SSL, how can I do this?
Upvotes: 1
Views: 902
Reputation: 28325
There's an project on Codeplex that allows you to trust otherwise untrusted root CAs.
It's called Windows Phone Certificate Installer, and you can re-use the TrustedRootCertificateInstaller.cs
file in your projects.
Upvotes: 2