I'm trying to create a login page for my project in the company using the Active Directory accounts of my company. I'm trying to use the PrincipalContext()
but tried to import it and error won't go away.
Is there any way to use PrincipalContext
on c#?
Tutorials and other source code in my company uses vb.net.