I need to programmatically assign Windows and Active Directory users to the Window Authorization Manager (AzMan) roles via the Windows Object Picker. So I can invoke the "User and Group Permissions" window from my C# program.
Can anybody suggest a C# wrapper for the Windows Object Picker?
Here is custom dialog class DirectoryObjectDialog that wraps the COM directory object picker.
Sample usage;
For detailed information available here