What version of TLS does my C# program use?

后端 未结 3 2446
没有蜡笔的小新
没有蜡笔的小新 2021-02-20 07:00

I develop a C# program in Visual Studio 2013 which communicates with a SOAP webservice. How can I tell which version of TLS my program uses?

3条回答
  •  再見小時候
    2021-02-20 07:56

    Another good way to check is to install WireShark (https://www.wireshark.org/download.html)

    and to use it while running your application. within the TLS Packets you will be able to see versions and such:

    Example for Wireshark View Of TLS traffic...

提交回复
热议问题