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.
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.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ReadIdentities ( _
descriptors As IdentityDescriptor(), _
queryMembership As MembershipQuery, _
readOptions As ReadIdentityOptions _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ReadIdentities(
IdentityDescriptor[] descriptors,
MembershipQuery queryMembership,
ReadIdentityOptions readOptions
)
array<TeamFoundationIdentity^>^ ReadIdentities(
array<IdentityDescriptor^>^ descriptors,
MembershipQuery queryMembership,
ReadIdentityOptions readOptions
)
abstract ReadIdentities :
descriptors:IdentityDescriptor[] *
queryMembership:MembershipQuery *
readOptions:ReadIdentityOptions -> TeamFoundationIdentity[]
function ReadIdentities(
descriptors : IdentityDescriptor[],
queryMembership : MembershipQuery,
readOptions : ReadIdentityOptions
) : TeamFoundationIdentity[]
Parameters
descriptors
Type: array<Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor[]descriptors (descriptor is identity type + identifier)
queryMembership
Type: Microsoft.TeamFoundation.Framework.Common.MembershipQuerynone, direct or expanded membership information
readOptions
Type: Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptionsread options, such as reading from source
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
Array of identities, corresponding 1 to 1 with input descriptor array.
.NET Framework Security
- 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.