简体   繁体   English

wsHttpBinding消息级安全性而不使用证书?

[英]wsHttpBinding message-level security without using certificates?

Is it possible to avoid having to use certificates with wsHttpBinding when using message-level security ? 在使用消息级安全性时,是否可以避免使用带wsHttpBinding的证书?

or is there any other method to encrypt communications between client and server without having to go through the hassle of configuring certificates. 或者是否有任何其他方法来加密客户端和服务器之间的通信,而无需经历配置证书的麻烦。

If both client and server are in the same windows domain then yes (using windows security) else no. 如果客户端和服务器都在同一个Windows域中,则为yes(使用Windows安全性)否则为no。 If you want to avoid using certificates you must build your own solution but once you fully understand how encryption and signing is provided and what is transfered in certificates you will find out that you are trying reinvent a wheel. 如果您想避免使用证书,您必须构建自己的解决方案,但是一旦您完全了解如何提供加密和签名以及证书中传输的内容,您将发现您正在尝试重新发明轮子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM