7

我正在学习 .NET 4.5 中新的基于声明的身份验证方法,并且正在使用控制台应用程序来做到这一点。根据此处的 MSDN ,ClaimsAuthenticationManager 是 System.Security.Claims 命名空间的成员。正如你在这里看到的,我没有得到这个选项。我已确保该项目使用的是 .NET 4.5。我在这里遗漏了一些简单的东西......有人有什么建议吗?

System.Security.Claims Intellisense 选项

4

1 回答 1

14

您需要添加对System.IdentityModel.dll

您可以在以下文档中看到这一点ClaimsAuthenticationManager

命名空间:System.Security.Claims

程序集:System.IdentityModel(在 System.IdentityModel.dll 中)

于 2013-07-01T16:40:44.080 回答