在哪里可以找到有关 .NET RIA 服务身份验证的最新文档
我正在为我们公司的 Intranet 创建一个使用 Windows 身份验证的 Silverlight 应用程序。我想使用身份验证域服务类。在哪里可以找到解释如何获取经过身份验证的用户名等的当前文档?
I am creating a Silverlight application for our company intranet that uses Windows authentication. I would like to use a authentication domain service class. Where can I find current documentation explaining how to get the authenticated user name etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
msdn 库是一个好的开始。看看这个,其中身份验证,解释了角色和配置文件并提供了教程。
A good start is the msdn library. Take a look at this where authentication, roles and profiles are explained and tutorials are provided.