TfsConfigurationServer Constructor (RegisteredConfigurationServer, ICredentials, ICredentialsProvider, IdentityDescriptor)

Initializes a new instance of the TfsConfigurationServer object.

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

Syntax

'宣言
Public Sub New ( _
    application As RegisteredConfigurationServer, _
    credentials As ICredentials, _
    credentialsProvider As ICredentialsProvider, _
    identityToImpersonate As IdentityDescriptor _
)
public TfsConfigurationServer(
    RegisteredConfigurationServer application,
    ICredentials credentials,
    ICredentialsProvider credentialsProvider,
    IdentityDescriptor identityToImpersonate
)
public:
TfsConfigurationServer(
    RegisteredConfigurationServer^ application, 
    ICredentials^ credentials, 
    ICredentialsProvider^ credentialsProvider, 
    IdentityDescriptor^ identityToImpersonate
)
new : 
        application:RegisteredConfigurationServer * 
        credentials:ICredentials * 
        credentialsProvider:ICredentialsProvider * 
        identityToImpersonate:IdentityDescriptor -> TfsConfigurationServer
public function TfsConfigurationServer(
    application : RegisteredConfigurationServer, 
    credentials : ICredentials, 
    credentialsProvider : ICredentialsProvider, 
    identityToImpersonate : IdentityDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

TfsConfigurationServer Class

TfsConfigurationServer Overload

Microsoft.TeamFoundation.Client Namespace

Other Resources

Connect to Team Foundation Server from a Console Application

Acting on Behalf of Another User (Impersonation)