I need to display the standard "Select Users and Groups" dialog from a .NET/WPF application. I also need to be able to display it under a 64bit OS. I found this CodeProject article, which is quite ancient, dating back to the .NET 1.1 days. It is written in Managed C++ and exposed as a COM object, which will not work for my needs.
Has anyone implemented, or know of an implementation, of a pure .NET/C# wrapper for displaying and interacting with the standard system "Select Users and Groups" dialog that will work with a WPF application?