Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wcf 编码值的Ws-binding与https上的基本Http绑定_Wcf_Web Services_Security_Wcf Binding - Fatal编程技术网

Wcf 编码值的Ws-binding与https上的基本Http绑定

Wcf 编码值的Ws-binding与https上的基本Http绑定,wcf,web-services,security,wcf-binding,Wcf,Web Services,Security,Wcf Binding,我有WCF服务。出于安全原因,我希望加密发送到服务和从服务发送的消息 该服务部署在具有证书的服务器上,因此我可以将基本http绑定与HTTPS结合使用。但是,在前面,我使用了WS-Binding,它使用encoded value属性和从服务器上使用的证书生成的值 使用编码值的ws-binding是否有安全优势。如果基本http绑定与https一起使用,这会不会提供相同级别的保护 检查一下,也许它能给你一些答案。

我有WCF服务。出于安全原因,我希望加密发送到服务和从服务发送的消息

该服务部署在具有证书的服务器上,因此我可以将基本http绑定与HTTPS结合使用。但是,在前面,我使用了WS-Binding,它使用encoded value属性和从服务器上使用的证书生成的值

使用编码值的ws-binding是否有安全优势。如果基本http绑定与https一起使用,这会不会提供相同级别的保护

检查一下,也许它能给你一些答案。