标签: c# authentication active-directory
问题回答了如何针对.Net框架上的AD进行验证。但是,以下行出现了错误:“名称“ ContextType”在当前上下文中不存在”。
using (var pc = new PrincipalContext(ContextType.Domain, "domainName"))
如何为.Net核心应用程序做到这一点?