.net core .Net核心(v3.0)中缺少ServiceSecurityContext

.net core .Net核心(v3.0)中缺少ServiceSecurityContext,.net-core,.net Core,我正在将大量.Net Framework 4.6.1项目迁移到新的.Net Core 3.0中,但找不到包含ServiceSecurityContext类的nuget打包 在.Net Framework中,包位于System.ServiceModel上。有没有做同样工作的新班级?有什么提示吗?CoreWCF已经实现了ServiceSecurityContext。 尽管如此,您需要验证这是否符合您的特定要求,以及它是否可与您的.NET Core设置互操作。System.Private.Servi

我正在将大量.Net Framework 4.6.1项目迁移到新的.Net Core 3.0中,但找不到包含ServiceSecurityContext类的nuget打包


在.Net Framework中,包位于System.ServiceModel上。有没有做同样工作的新班级?有什么提示吗?

CoreWCF已经实现了ServiceSecurityContext。


尽管如此,您需要验证这是否符合您的特定要求,以及它是否可与您的.NET Core设置互操作。

System.Private.ServiceModel包仅包含System.Reflection.DispatchProxy、System.Security.Cryptographi.xml和System.Security.Principal.Windows,ServiceSecurityContext不存在,听起来他们确实从.NET Core中删除了它,