Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates identity properties.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub UpdateIdentity ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity _
)
void UpdateIdentity(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity
)
void UpdateIdentity(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ identity
)
abstract UpdateIdentity :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity -> unit
function UpdateIdentity(
requestContext : TeamFoundationRequestContext,
identity : TeamFoundationIdentity
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
identity
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentityThe identity to update.
.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.