开发者

WCF and CipherSpecs (SSL_RSA_WITH_AES_128_CBC_SHA)

开发者 https://www.devze.com 2023-04-04 06:54 出处:网络
I have a 3-tier application where server is Windows service and client connects to it using WCF. I need to provide some integration with 3-d party application. For this I plan to implement separate in

I have a 3-tier application where server is Windows service and client connects to it using WCF. I need to provide some integration with 3-d party application. For this I plan to implement separate integration service and host it w开发者_开发百科ith WCF. But one of most important requirements is to use SSL v.3.0 CipherSuite - SSL_RSA_WITH_AES_128_CBC_SHA to secure connection between server and 3-d party application.

My question is: how to configure my WCF service to enable SSL v.3.0 CipherSuite - SSL_RSA_WITH_AES_128_CBC_SHA?

0

精彩评论

暂无评论...
验证码 换一张
取 消