TfsTeamProjectCollection Constructor (Uri, TfsClientCredentials, IdentityDescriptor)
Visual Studio 2012
Initializes a new TfsTeamProjectCollection instance using the specified credentials. The specified identity will be impersonated for all operations.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
TfsTeamProjectCollection(
Uri^ uri,
TfsClientCredentials^ credentials,
IdentityDescriptor^ identityToImpersonate
)
Parameters
- uri
- Type: Uri
The URI of the project collection
- credentials
- Type: Microsoft.TeamFoundation.Client::TfsClientCredentials
The credentials which should be used for authentication
- identityToImpersonate
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The windows credentials which should be used for authentication
| Exception | Condition |
|---|---|
| ArgumentNullException | when uri or credentials is null |
- 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.