ICredentialsProvider Interface

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
Public method GetCredentials Gets the credentials when the current credentials of the component failed to authenticate with the server.
Public method NotifyCredentialsAuthenticated Notifies that the credentials were successfully authenticated.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace