Verify level of SSL/TLS used on a .NET socket? -
given connected socket (or tcpclient) in .net, how can find out within application, level of ssl/tls being used? example: ssl 2, ssl 3, tls 1.0, tls 1.1, tls 1.2.
for example, api calls give me equivalent of socket.getssllevel()
looks can maybe use sslstream.sslprotocol it's not clear whether gives actual protocol in use or 1 asked when called authenticateasclient
Comments
Post a Comment