HarmonyCore
HarmonyCore copied to clipboard
Regarding imports for System.DirectoryServices.AccountManagement
I had a question about how to import and use the Active Directory Services classes from Microsoft for authenticating users to the domain.
I am trying to add these to our Services.Controller project, but I don't see the import being exposed, or a way to add assemblies to the project that would expose the classes that we would need.
Is there a way to get these imports into the project so we can utilize these assemblies for Active Directory operations?