This documentation is archived and is not being maintained.

ITeamFoundationBasicAuthService Interface

Visual Studio 2013

An interface for the TeamFoundationBasicAuthService, which available in hosted TFS only.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public interface class ITeamFoundationBasicAuthService : ITeamFoundationService

The ITeamFoundationBasicAuthService type exposes the following members.

  NameDescription
Public methodClearBasicAuthFailures
Public methodDeleteBasicCredentialDeletes the currently stored basic authentication information for the specified user.
Public methodEnableDisabledAccount
Public methodHasBasicCredentialDetermines if the specified user has configured basic authentication.
Public methodIsBasicAuthDisabledDetermines if the specified user has configured basic authentication.
Public methodIsValidBasicCredentialVerifies that the provided password matches the value which was configured by the user.
Public methodServiceEndServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public methodServiceStartServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)
Public methodSetBasicCredentialSets the basic credential password for the specified user.
Top
Show: