This documentation is archived and is not being maintained.

SimpleWebTokenCredential Constructor (String, String)

Initializes a new SimpleWebTokenCredential instance with the specified user name and password.

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

public:
SimpleWebTokenCredential(
	String^ userName, 
	String^ password
)

Parameters

userName
Type: System::String

The user name

password
Type: System::String

The password

Show: