C# ClaimsAuthorizationManager不在System.Security.Claims上

C# ClaimsAuthorizationManager不在System.Security.Claims上,c#,model-view-controller,visual-studio-2015,claims-based-identity,C#,Model View Controller,Visual Studio 2015,Claims Based Identity,我试图在我的mvc项目中添加ClaimsAuth,但我无法实现ClaimsAuthorizationManager。我在网上的很多教程中看到,您需要创建自定义授权管理器,但我的VS似乎找不到ClaimsAuthorizationManager 我的智能感知找不到参考 我的项目是建立在.NETFramework4.5和系统上的。安全性在我对该项目的参考资料中 有人能帮忙吗? 谢谢。:“Assembly:System.IdentityModel(在System.IdentityModel.dll

我试图在我的mvc项目中添加ClaimsAuth,但我无法实现ClaimsAuthorizationManager。我在网上的很多教程中看到,您需要创建自定义授权管理器,但我的VS似乎找不到ClaimsAuthorizationManager

我的智能感知找不到参考

我的项目是建立在.NETFramework4.5和系统上的。安全性在我对该项目的参考资料中

有人能帮忙吗?
谢谢。

:“Assembly:System.IdentityModel(在System.IdentityModel.dll中)”非常感谢!添加此引用后,System.Security.Claims获得了该方法。