Describes mechanisms for handling authentication failures for the Team Foundation components.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ICredentialsProvider
public interface ICredentialsProvider
public interface class ICredentialsProvider
type ICredentialsProvider =  interface end
public interface ICredentialsProvider
The ICredentialsProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetCredentials | Gets the credentials when the current credentials of the component failed to authenticate with the server. | 
| .gif) | NotifyCredentialsAuthenticated | Notifies that the credentials were successfully authenticated. | 
Top