This documentation is archived and is not being maintained.
IIdentityManagementService.ReadIdentity Method (IdentityDescriptor, MembershipQuery, ReadIdentityOptions)
Visual Studio 2013
Overload that takes a single descriptor.
Read identity for given descriptor. First try IMS store. If not found, optionally try source like AD.
Note - performance will be fastest when no membership information is requested.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
TeamFoundationIdentity ReadIdentity( IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions )
Parameters
- descriptor
- Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
identity type + identifier
- queryMembership
- Type: Microsoft.TeamFoundation.Framework.Common.MembershipQuery
none, direct or expanded membership information
- readOptions
- Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
read options, such as reading from source
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentityidentity if found, else null
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: