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
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[]) |
Reads identities for given descriptors. Simple overload. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<Guid[]) |
Reads identities by Team Foundation ID. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[]) |
Reads identities. Simple overload, see below. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
|
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
Reads identities by Team Foundation Id. Note - performs FASTEST when no membership information is requested. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
Reads identities. First try IMS store, then optionally source like AD. The actual source will be indicated by a property of the identity object itself. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
Reads identities for given descriptors. First try IMS store. If not found, optionally try source like AD. The actual source will be indicated by a property of the identity object itself. Note - performs FASTEST when no membership information is requested. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
Read identities by Team Foundation ID. Note - performs FASTEST when no membership information is requested. |
.gif) |
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
Reads identities. First try IMS store, then optionally source like AD. The actual source will be indicated by a property of the identity object itself. |
Top
See Also
Reference
ITeamFoundationIdentityService Interface
Microsoft.TeamFoundation.Server.Core Namespace