This documentation is archived and is not being maintained.
TfsConfigurationServer Constructor (RegisteredConfigurationServer, ICredentials, ICredentialsProvider, IdentityDescriptor)
Visual Studio 2013
Note: This API is now obsolete.
Initializes a new instance of the TfsConfigurationServer object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
'Declaration <ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")> _ Public Sub New ( _ application As RegisteredConfigurationServer, _ credentials As ICredentials, _ credentialsProvider As ICredentialsProvider, _ identityToImpersonate As IdentityDescriptor _ )
Parameters
- application
- Type: Microsoft.TeamFoundation.Client.RegisteredConfigurationServer
The registered server that is running Team Foundation Server.
- credentials
- Type: System.Net.ICredentials
The credentials that are used to authenticate the user to the server.
- credentialsProvider
- Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
Called to obtain new credentials when the specified credentials fail.
- identityToImpersonate
- Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
The identity to impersonate.
- 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: