This documentation is archived and is not being maintained.

ICredentialsProvider.NotifyCredentialsAuthenticated Method

Notifies that the credentials were successfully authenticated.

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

void NotifyCredentialsAuthenticated(
	Uri uri
)

Parameters

uri
Type: System.Uri

The URI of the server.

If the credentials object that was supplied by GetCredentials was a CredentialCache object, it is unknown which object authenticated.

Show: