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.
Reads identities for given descriptors. Simple overload.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function ReadIdentities ( _
requestContext As TeamFoundationRequestContext, _
descriptors As IdentityDescriptor() _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ReadIdentities(
TeamFoundationRequestContext requestContext,
IdentityDescriptor[] descriptors
)
array<TeamFoundationIdentity^>^ ReadIdentities(
TeamFoundationRequestContext^ requestContext,
array<IdentityDescriptor^>^ descriptors
)
abstract ReadIdentities :
requestContext:TeamFoundationRequestContext *
descriptors:IdentityDescriptor[] -> TeamFoundationIdentity[]
function ReadIdentities(
requestContext : TeamFoundationRequestContext,
descriptors : IdentityDescriptor[]
) : TeamFoundationIdentity[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
descriptors
Type: array<Microsoft.VisualStudio.Services.Identity.IdentityDescriptor[]The descriptors.
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Array of identities, corresponding 1 to 1 with input 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.