开发者

Best security framework for c# desktop applications?

开发者 https://www.devze.com 2023-01-31 23:37 出处:网络
I need an authentication service and authorization service for c开发者_JAVA百科# desktop applications.You could go with Windows Identity Foundation (WIF), this is a claims based authentication system

I need an authentication service and authorization service for c开发者_JAVA百科# desktop applications.


You could go with Windows Identity Foundation (WIF), this is a claims based authentication system that works across all (at least most) MS platforms.

http://msdn.microsoft.com/en-us/security/aa570351.aspx

0

精彩评论

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