带压缩的 WCF 消息安全性
压缩启用了消息安全性的 WCF 服务的通信的最佳实践是什么(该服务未托管在 IIS 上并使用 HTTP 作为传输协议)?
在我的搜索中,我发现在通道级别进行的实现在消息受到保护后应用压缩(因此压缩不是最佳的)。
你能指出我正确的方向吗? 或者甚至更好:您是否知道在安全协议运行之前应用的任何 WCF 压缩实现(与消息安全一起使用)?
What is the best practice for compressing the communication of a WCF service having message security enabled, that is not hosted on IIS and uses HTTP as transfer protocol?
In my searching I found implementations made at channel level that apply compression after the message was secured (so the compression is suboptimal).
Can you point me in the right direction?
Or even better: Do you know any WCF compression implementation (working with message security) that is applied before security protocol run?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Microsoft 示例压缩 (Microsoft WCF Samples\WCF\Extensibility\MessageEncoder\Compression),并且可以使用 Message Security 作为 TripleDesSha256 算法作为此配置。
You can use Microsoft Sample Compression (Microsoft WCF Samples\WCF\Extensibility\MessageEncoder\Compression) and you can use Message Security as TripleDesSha256 algorithm as this config.