Web service authentication using desktop client
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I didn't know where to place this topic, so if mods consider that it should be elsewhere... no problem :). I'm developing a desktop application in C#. The first dialog it is a login form with user and password editboxes. I'd like to authenticate against a web service (using a database). Also, I'd like the connection was secure using SSL/TLS or whatever. I'm not sure how to do this, or if there is a better way to do remote authentication. I've been reading about WS-Security, SOAP... But before doing something, I wanted to ask here. Thank you. Regards