This documentation is archived and is not being maintained.

IdentityHelper::CreateTeamFoundationDescriptor Method (SecurityIdentifier)

Creates a Team Foundation identity descriptor from the specified SID.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
static IdentityDescriptor^ CreateTeamFoundationDescriptor(
	SecurityIdentifier^ securityId
)

Parameters

securityId
Type: System.Security.Principal::SecurityIdentifier

The SID for which a Team Foundation identity descriptor is desired.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
A Team Foundation identity descriptor.

Show: