views:

187

answers:

1

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...

+1  A: 

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"

Shiraz Bhaiji
awesome, i'll have a look. thanks
schmoopy