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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -