I have an ALT COM/MFC C++ app that does .NET interop into .NET 4.5 assemblies which are expected to use TLS 1.1/1.2 for backend channels. Any idea on how to setup such TLS support at the entry of the C++ app?
Doing it for pure .NET app is completely clear from here: Is TLS 1.1 and TLS 1.2 enabled by default for .NET 4.5 and .NET 4.5.1.