runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2021年1月20日

摘要: public static X509Certificate2 GetCertificate(string commonName, StoreName storeName) { X509Certificate2 certificate = null; // Look for a certificate 阅读全文
posted @ 2021-01-20 10:44 runliuv 阅读(389) 评论(0) 推荐(0) 编辑

摘要: public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors) { #region 自签名证书,跳过 if (! 阅读全文
posted @ 2021-01-20 10:42 runliuv 阅读(712) 评论(0) 推荐(0) 编辑