This documentation is archived and is not being maintained.

ServiceIdentityInfo Constructor (String, String)

Create service identity information with the given name and password.

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

public:
ServiceIdentityInfo(
	String^ name, 
	String^ password
)

Parameters

name
Type: System::String

The name of the service identity.

password
Type: System::String

The password of the service identity.

Show: