Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
When implemented in a derived class, resolves claims by using the type-in control of the claims picker.
Overload List
Name | Description | |
---|---|---|
![]() |
FillResolve(Uri, [], SPClaim, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. |
![]() |
FillResolve(Uri, [], String, List<PickerEntity>) | When implemented in a derived class, resolves claims by using the type-in control of the claims picker. |
Top
Remarks
Claims can be displayed in the People Picker control through claims picking. Claims picking allows an application to surface claims in the People Picker control. In claims picking, a claims provider provides listing, resolve, search and friendly display of claims functionality in the People Picker control.
A People Picker with claims picking functionality is sometimes referred to as a claim picker. If you want to be able to resolve claims by using the type-in control of the claims picker, you must implement this method and implement the SupportResolve() property to return true.
For more information claims picking and resolution, see How to: Create a Claims Provider and Claims Provider.