使用Identity和Principal而不是Custom Membership Provider和Custom RoleProvider有什么好处? 我已实现自定义成员资格提供程序和自定义角色提供程序(阅读本文后: http://www.brianlegg.com/post/2011/05/09/Implementing-your-own-RoleProvider-and-MembershipProvider-in-MVC-3.aspx)
但是,我想知道使用Identity和Principal是否是更好的选择。如果是这样,我该怎么办
提前致谢
答案 0 :(得分:3)
会员提供者与此无关。 FormsAuthentication是IIdentity和Role Provider的提供者,是IPrincipal的一个实现。它们是为您预先编写的。成员资格仅用于进行实际身份验证。