This documentation is archived and is not being maintained.
IIdentityManagementService::ReadIdentities Method
Visual Studio 2013
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadIdentities(array<Guid>, MembershipQuery) | Read identities by Team Foundation Id. Note - performance will be fastest when no membership information is requested. |
|
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. |
|
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. |
Show: