Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetCredentials | Gets the credentials when the current credentials of the component failed to authenticate with the server. |
![]() |
NotifyCredentialsAuthenticated | Notifies that the credentials were successfully authenticated. |
Top