非 Web 应用程序中的 ASP.NET 会员提供程序?
有谁知道是否可以在非 Web 应用程序(即桌面 C# 应用程序)中使用 ASP.NET 成员资格(和角色)提供程序?
相关问题——是否有 LDAP 成员资格提供程序(看起来 SharePoint 有一个,但我认为它与 ASP.NET 提供程序不同)。我确信 Active Directory 可能很接近,但我不确定它是否适用于 Novell 或 Sun 的 LDAP 服务器。
谢谢
Does anyone know if it's possible to use an ASP.NET membership (and role) provider in a non-web app (ie in a desktop C# app)?
Related question -- is there an LDAP membership provider (it looks like SharePoint has one, but I don't think it's the same as the ASP.NET provider). I'm sure the Active Directory one is probably close, but I'm not sure if it would work against Novell or Sun's LDAP servers.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也想知道同样的事情,经过一番研究发现 客户端应用程序VS 2008 中的服务。
我知道使用 CAS,您可以使用 ASP.NET 成员资格和角色提供程序,尽管我还没有尝试过。
以下是一些看起来有用的参考:
在 VS2008 中使用客户端应用程序服务实现应用程序安全性
客户端应用程序服务演练
I've wondered the same thing and after a bit of research found out about Client Application Services in VS 2008.
I understand using CAS you can use the ASP.NET Membership and Role Providers, though I haven't tried this yet.
Here are some references that look useful:
Implementing Application Security with Client Application Services in VS2008
Client Application Services Walkthrough