在自定义角色提供程序实现中忽略 ProviderUserKey

发布于 2024-07-17 00:59:33 字数 214 浏览 14 评论 0原文

我没有使用 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 技术交流群。

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

发布评论

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

评论(1

彼岸花ソ最美的依靠 2024-07-24 00:59:33

您使用什么唯一值来识别数据库中的用户? 无论该值是什么,都将其存储在 ProviderUserKey 中...

What unique value do you use to identify a user in your database? Whatever that value is, store it in ProviderUserKey...

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