WCF Web 服务 ASP.Net C# 4.0 的授权属性

发布于 2024-11-09 10:49:48 字数 127 浏览 0 评论 0 原文

团队的一部分创建了 WCF Web 服务,我必须使用 Asp.Net 角色来保护它。我想过很多种可能性,比如创建一个授权属性(类似于 MVC 框架中的属性),但我感觉完全迷失了。有人知道从哪里开始吗?

任何回应表示赞赏。谢谢

Part of the team has created a WCF web service, and I have to protected it by using Asp.Net Roles. I have thought in a number of possibilities, like creating an authorization attribute (similar to the one in the MVC framework) but I feel completely lost. Anyone any idea where to start?

Any response is appreciated. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

难以启齿的温柔 2024-11-16 10:49:48

我认为您应该使用自定义角色提供程序。可以从代码中手动使用它或使用PrincipalPermissionAttribute。当 WCF 服务方法用属性修饰时,将使用您的角色提供程序(应在 web.config 文件中定义)来授权用户

I think you should use a Custom Role Provider. It can be used manually from the code or using PrincipalPermissionAttribute. When WCF service method is decorated with the attribute your Role Provider will be used (it should be defined in web.config file) in order to authorize the user

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文