通过 .net 远程处理传递网络凭据
如何通过 .Net Remoting 传递我的 NetworkCredendials? 是否可以?
我有一项服务(TeamFoundationServer)需要使用用户的网络凭据进行授权。 过去,我使用开放的用户/密码对,但出于安全原因,现在它不好。
问题是 NetworkCredentials 不可序列化,我无法在某些方法中将其作为参数传递。
也许以其他方式存在?
谢谢。
How I can pass my NetworkCredendials by .Net Remoting? Is it possible?
I've a service (TeamFoundationServer) where need a authorize using user's NetworkCredentials. In past, I had used open User/Password pair, but for security reason at now it is not good.
Problem is that NetworkCredentials is not serializable, and I can't pass it as parameter in some method.
Maybe exist other way?
Thank's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请阅读 http://blogs.msdn.com/b /anantd/archive/2004/02/23/78499.aspx 了解设置远程处理使用的凭据的方法。
Please read http://blogs.msdn.com/b/anantd/archive/2004/02/23/78499.aspx for ways to set the credentials used by remoting.