Tagged Questions
2
votes
1answer
120 views
pickerentity.key with Claims
In a Sharepoint 2010 page, I am using a people picker to pick users or groups, SPgroups as well as Active directory groups. I am then retrieving every item that was picked as a PickerEntity.Key which ...
0
votes
1answer
179 views
SPUtility.GetPrincipalsInGroup not working when claims authentication is enabled
Method SPUtility.GetPrincipalsInGroup can be used to resolve users that belongs to a AD Group. However, when claims authentication is enabled, this method doesn't work as expected. Is there another ...