How can i secure Web Service calls from a desktop application (winform) ?
I first think about pass login/password to each web services m开发者_如何学编程ethods and then check from my database of user is authorized, but i'm looking for a better way to secure that.
Thanks.
If your web service is written in WCF there are lots of security scenarios already built-in and which can be manipulated as easy as web.config
settings.
精彩评论