Our Silverlight 4 / WCF RIA Services application uses windows authentication, but for one area we want the user to be able to select a user and further configure the security settings. SharePoint has a great PeoplePicker control that I essentially want to replicate.
Is there a way to browse the users in an active directory share in Silverlight? Or better yet, a people picker control for Silverlight?
Here is an overview of the PeoplePicker control for SharePoint: http://karinebosch.wordpress.com/sharepoint-controls/peopleeditor-control/
Thanks