This documentation is archived and is not being maintained.
TfsClientCredentials Constructor (WindowsCredential, FederatedCredential, Boolean)
Visual Studio 2013
Initializes a new TfsClientCredentials instance with the specified windows and issued token credential.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: TfsClientCredentials( WindowsCredential^ windowsCredential, FederatedCredential^ federatedCredential, bool allowInteractive )
Parameters
- windowsCredential
- Type: Microsoft.TeamFoundation.Client::WindowsCredential
The windows credential to use for authentication
- federatedCredential
- Type: Microsoft.TeamFoundation.Client::FederatedCredential
- allowInteractive
- Type: System::Boolean
True if interactive prompts are allowed. Otherwise false
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: