开发者

How-To Secure Desktop Application To Web Service Calls

开发者 https://www.devze.com 2022-12-12 22:59 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消