Connection tls 12 between visual c ++ and server

0

In the company where I work, we have a program for charging cards in visual c ++ that consumes a web service.

As we already know, banks will only implement secure protocols (tls 12) and insecure ones will be disabled.

Now my question is: How to make the connection between my application and the server using tls12!?

In a site and seen that use this line when it is in .net. Just change

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;

Will there be any line similar to this one to implement in Visual C ++?

    
asked by Romeo Hernandez Hernandez 24.06.2018 в 19:45
source

0 answers