ITeamFoundationIdentityService.UpdateIdentity, méthode
Met à jour les propriétés d'identité.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Sub UpdateIdentity ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity _
)
void UpdateIdentity(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte pour cette requête.
- identity
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
L'identité à mettre à jour.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.