In my last post I described all steps that were needed to get a WP7 app connecting to a WCF Service using SSL and a self-signed certificate. What needs to be added to this solution is username/password authentication.
Continue reading “User authentication with WP7 and SSL WCF Service”
Using SSL WCF Service in Windows Phone 7 app
Last few evenings I’ve been working on a WP7 app that I want to connect to a new WCF service using SSL. Since it is only in a dev environment I want to use a self-signed certificate instead of an official one. Doesn’t sound too hard, does it? It took some time before it finally worked…
Continue reading “Using SSL WCF Service in Windows Phone 7 app”