This documentation is archived and is not being maintained.

TfsClientCredentials Constructor (WindowsCredential, Boolean)

Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential.

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

public:
TfsClientCredentials(
	WindowsCredential^ windowsCredential, 
	bool allowInteractive
)

Parameters

windowsCredential
Type: Microsoft.TeamFoundation.Client::WindowsCredential

The windows credential to use for authentication

allowInteractive
Type: System::Boolean

True if interactive prompts are allowed. Otherwise, false.

Show: