This documentation is archived and is not being maintained.

IdentityDescriptor Constructor

Initializes a new IdentityDescriptor instance that wraps the specified identity type and identifier.

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

public IdentityDescriptor(
	string identityType,
	string identifier
)

Parameters

identityType
Type: System.String

The identifier.

identifier
Type: System.String

The identity type.

Show: