I have a Server service and a Client service using WCF, both built in C# with .NET version 4.0 and Visual Studio 2010.
I created and installed self-signed SSL and CA certificates on the server. So far so good. Everything works ok. The Client is service is able to communicate with the Server service from a different machine.
However, the connection details show it is using TLS 1.0.
Is there a way to implement TLS 1.1 or 1.2 using DotNet 4.0? It appears not, but I was hoping someone had a technique that worked for them.