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.
Notifies that the credentials were successfully authenticated.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub NotifyCredentialsAuthenticated ( _
uri As Uri _
)
void NotifyCredentialsAuthenticated(
Uri uri
)
void NotifyCredentialsAuthenticated(
Uri^ uri
)
abstract NotifyCredentialsAuthenticated :
uri:Uri -> unit
function NotifyCredentialsAuthenticated(
uri : Uri
)
Parameters
- uri
Type: System.Uri
The URI of the server.
Remarks
If the credentials object that was supplied by GetCredentials was a CredentialCache object, it is unknown which object authenticated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.