在自定义角色提供程序实现中忽略 ProviderUserKey
我没有使用 MembershipUser 对象中的 ProviderUserKey,因为我的角色数据库有它自己的 ID。
如果我使用 C#,如何调用membershipuser 构造函数以便它创建没有此密钥的用户?
不向提供商提供此密钥会产生什么影响? ProviderUserKey 是否成为 FormsAuthentication cookie 中主体对象的一部分?
I have no use for the ProviderUserKey in the MembershipUser object, as my roles database has it's own ID's.
If I'm using C#, how do I call the membershipuser constructor so that it creates the user without this key?
What are the implications of not providing this key to the provider? Does the ProviderUserKey become part of the Principal object in the FormsAuthentication cookie?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么唯一值来识别数据库中的用户? 无论该值是什么,都将其存储在 ProviderUserKey 中...
What unique value do you use to identify a user in your database? Whatever that value is, store it in ProviderUserKey...