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
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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. |
Top