I was trying to use secure web service URL in my WP7 Application but do not want to for installation of certificates on each device. I find that there is no IcertificatePolicy Interface in WP7, which available in .Net.
In .Net i have used this many times to communicate with secure web services without installing certificates on the the client machine.
The code for .Net is available in this article Click here
But not able to find its substitute in WP7. Is this available in WP7 or 7.1?
Please suggest what can i do.
Windows Phone 7 has limited support for working with anything but a very small number of Root CAs and does not include (as you’ve discovered) an easy way to work around this.
I’d expect that the cost of a suitable SSL certificate will be much less than the time you spend trying to find a workaround.