silverlight/wpf 的 Windows Identity 会话管理
我正在测试 WIF,尽管大多数示例都在 Asp.Net 中,但我对 WPF/Silverlight 更感兴趣。 在这种情况下,您将如何处理会话?使用Asp.net,如果soap服务请求新的登录,我们会被重定向到登录页面,使用WPF或Silverlight时我们该怎么办?
更一般地说,如何处理拒绝的连接?
I'm testing WIF, most examples are in Asp.Net though and I'm more interested by WPF/Silverlight.
How would you handle sessions in this case ? With Asp.net in case the soap service requests a new login, we are redirected to the login page, how can we do when using WPF or Silverlight ?
More generally speaking, how do you handle a refused connection ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Silverlight 和 WIF 的实践实验室:
http://msdn.microsoft.com /en-us/IdentityTrainingCourse_SilverligthAndIdentity2010
如您所见,基本过程类似于正常的 ASP.NET Web 应用程序。
希望这有帮助。
Take a look at the hands-on lab for Silverlight and WIF:
http://msdn.microsoft.com/en-us/IdentityTrainingCourse_SilverligthAndIdentity2010
As you'll see, the basic process is similar to a normal ASP.NET web application.
Hope this helps.