Is it possible to disable weak ciphers in C# programmatically?

952 views Asked by At

I want to disable CBC ciphers in our client application. The application is built on .NET Framework 4.7.2 and uses TLS 1.2 to connect to server.

Is there any possibility to do this without changing the registry?

0

There are 0 answers