Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wcf net.tcp using SSL

Has anyone had experience using SSL with net.tcp binding in WCF?

Ive read its possible, but not finding good information on how to implement it. I would love to hear from anyone who knows about or who has implemented this.

Thanks in advance...

like image 306
schmoopy Avatar asked Mar 16 '10 14:03

schmoopy


People also ask

Is NET TCP secure?

This configuration element provides the security specifications for netTcpBinding . This is a secure, reliable, optimized binding suitable for cross-machine communication.

What is TCP in WCF?

The WCF TCP transport is optimized for the scenario where both ends of the communication are using WCF. This binding is the fastest WCF binding for scenarios that involve communicating between different machines. The message exchanges use the BinaryMessageEncodingBindingElement for optimized message transfer.


1 Answers

Have a look at the contents in this link:

http://msdn.microsoft.com/en-us/library/ms789011.aspx

especially the section on "To use the NetTcpBinding with a certificate for transport security"

like image 106
Shiraz Bhaiji Avatar answered Sep 19 '22 18:09

Shiraz Bhaiji