【发布时间】:2010-02-08 04:47:20
【问题描述】:
Rhino security 与 asp.net 会员提供商有何关系?我问的原因是因为 AFAIK 如果我需要使用属性 [Authorize] 那么我应该实现或扩展 asp.net 会员提供程序。
就我而言,我需要的不仅仅是 asp.net 会员提供商给我的。 Rhino Security 非常适合这种情况。但我还需要框架提供的属性(和其他)功能(这反过来又减轻了我为我的应用程序构建良好安全模型的痛苦)。
编辑:重新表述问题。
如何将 Rhino Security 与 asp.net 会员集成,以便我可以进行基于角色/级别的授权?
【问题讨论】:
标签: .net asp.net-membership membership-provider rhino rhino-security