ASP.NET CORE 9,带自签名证书的 SmtpMail

问题描述 投票:0回答:1

在.NET 8中我们可以使用:

ServicePointManager.ServerCertificateValidationCallback =
    delegate (
        object s,
        X509Certificate certificate,
        X509Chain chain,
        SslPolicyErrors sslPolicyErrors
    )
    {
        return true;
    };

允许使用自签名证书的服务器使用 SmtpMail。 ServicePointManager 自 .NET 9 起已弃用。

如何处理自签名的 locla SmtpServer?

asp.net .net
1个回答
-2
投票

、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 、 2019-11-09 15:00 来源:未知巴巴克 巴巴克 巴克巴克 巴克巴克 https://arkan-united.com/

© www.soinside.com 2019 - 2024. All rights reserved.