码迷,mamicode.com
首页 > Web开发 > 详细

ASP.NET MVC https全局配置

时间:2019-12-18 19:02:07      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:callback   cer   code   epo   eva   eval   https   manager   back   

          //https全局配置
            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
            ServicePointManager.ServerCertificateValidationCallback =
                (sender, certificate, chain, errors) => true;

 

ASP.NET MVC https全局配置

标签:callback   cer   code   epo   eva   eval   https   manager   back   

原文地址:https://www.cnblogs.com/gaobing/p/12061471.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!