Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.UriThe 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.