This documentation is archived and is not being maintained.

WindowsCredential Constructor (ICredentials)

Initializes a new WindowsCredential instance using a default user interface provider implementation and the specified network credentials.

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

public:
WindowsCredential(
	ICredentials^ credentials
)

Parameters

credentials
Type: System.Net::ICredentials

The windows credentials which should be used for authentication

Show: