ServicePointManager.ServerCertificateValidationCallback =
new RemoteCertificateValidationCallback(
delegate
{ return true; }
);
转载于:https://www.cnblogs.com/zhuangke668/p/10598691.html
ServicePointManager.ServerCertificateValidationCallback =
new RemoteCertificateValidationCallback(
delegate
{ return true; }
);
转载于:https://www.cnblogs.com/zhuangke668/p/10598691.html