This documentation is archived and is not being maintained.

IdentityHelper::CreateDescriptorFromSid Method (String)

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^ CreateDescriptorFromSid(
	String^ sid
)

Parameters

sid
Type: System::String

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

Return Value

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

Team Foundation Server SIDs start with S-1-9-1551374245. Anything else is treated as Windows.

Show: