This documentation is archived and is not being maintained.

IIdentityManagementService::ReadIdentities Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method ReadIdentities(array<Guid>, MembershipQuery) Read identities by Team Foundation Id. Note - performance will be fastest when no membership information is requested.
Public method ReadIdentities(array<IdentityDescriptor>, MembershipQuery, ReadIdentityOptions) Read identities for given descriptors. First try IMS store. If not found, optionally try source like AD. Note - performance will be fastest when no membership information is requested.
Public method ReadIdentities(IdentitySearchFactor, array<String>, MembershipQuery, ReadIdentityOptions) Read identities based on search factor. First read from IMS store, and then (optionally) read from source like AD.
Top
Show: