This documentation is archived and is not being maintained.

WindowsCredential Constructor (Boolean)

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

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

public:
WindowsCredential(
	bool useDefaultCredentials
)

Parameters

useDefaultCredentials
Type: System::Boolean

True if the default credentials should be used; otherwise, false

Show: