This documentation is archived and is not being maintained.

BasicAuthToken Constructor

Initializes a new BasicAuthToken instance with the specified token value.

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

public:
BasicAuthToken(
	ICredentials^ credentials
)

Parameters

credentials
Type: System.Net::ICredentials

The credentials which should be used for authentication

Show: