在MVC控制器中检索SSL / TLS连接信息

时间:2016-08-18 08:48:17

标签: c# asp.net asp.net-mvc ssl

我想知道客户端如何连接到我的MVC网站。我可以在MVC控制器实例的IsSecureConnection对象中看到Request属性。

public ActionResult Index()
{
    var isSecure = Request.IsSecureConnection;
}

有没有办法确定用于从我的MVC网站检索信息的TLS / SSL连接的详细信息?特别是我对应用的TLS / SSL版本和密码套件感兴趣。

0 个答案:

没有答案