在 Silverlight 平台中添加自定义 WCF MessageHeader 的安全性
我们如何在 Silverlight 服务中为 WCF 服务的自定义消息头添加安全性。
例如,我想通过 WCF 消息头传递重要的(经过身份验证的)字符串值(凭据)。
是否有可能通过消息标头传递安全字符串数据?
How can we add security for custom message headers of WCF Service in Silverlight service.
For example, I want to pass a important (authenticated) string value ( credentials) through WCF Message Headers.
Is there any possibility to pass the secured string data over message headers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
暂时我们只是将经过身份验证的值作为加密文本传递。
如需了解更多详细信息,请访问 http://msdn.microsoft.com /en-us/library/system.security.cryptography.aes.aspx
Temporarily We just passing the authenticated values as encrypted text.
Find more details at http://msdn.microsoft.com/en-us/library/system.security.cryptography.aes.aspx