TfsTeamProjectCollection Constructor (RegisteredProjectCollection, ICredentials, ICredentialsProvider, IdentityDescriptor)
Initializes a new instance of the TfsTeamProjectCollection class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
projectCollection As RegisteredProjectCollection, _
credentials As ICredentials, _
credentialsProvider As ICredentialsProvider, _
identityToImpersonate As IdentityDescriptor _
)
public TfsTeamProjectCollection(
RegisteredProjectCollection projectCollection,
ICredentials credentials,
ICredentialsProvider credentialsProvider,
IdentityDescriptor identityToImpersonate
)
public:
TfsTeamProjectCollection(
RegisteredProjectCollection^ projectCollection,
ICredentials^ credentials,
ICredentialsProvider^ credentialsProvider,
IdentityDescriptor^ identityToImpersonate
)
new :
projectCollection:RegisteredProjectCollection *
credentials:ICredentials *
credentialsProvider:ICredentialsProvider *
identityToImpersonate:IdentityDescriptor -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
projectCollection : RegisteredProjectCollection,
credentials : ICredentials,
credentialsProvider : ICredentialsProvider,
identityToImpersonate : IdentityDescriptor
)
Parameters
- projectCollection
Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
A registered Team Project collection.
- credentials
Type: System.Net.ICredentials
Used to authenticate the user.
- credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
Used to get the credentials when the credentials of the current environment fail.
- identityToImpersonate
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
The identity to impersonate.
.NET Framework Security
- 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.
See Also
Reference
TfsTeamProjectCollection Class