在dotnet核心应用程序上针对Active Directory验证用户名/密码?

时间:2019-04-03 21:07:19

标签: c# authentication active-directory

问题回答了如何针对.Net框架上的AD进行验证。但是,以下行出现了错误:“名称“ ContextType”在当前上下文中不存在”。

using (var pc = new PrincipalContext(ContextType.Domain, "domainName"))

如何为.Net核心应用程序做到这一点?

0 个答案:

没有答案