ITeamFoundationIdentityService.RefreshIdentity Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function RefreshIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor _
) As Boolean
bool RefreshIdentity(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor
)
bool RefreshIdentity(
    TeamFoundationRequestContext^ requestContext, 
    IdentityDescriptor^ descriptor
)
abstract RefreshIdentity : 
        requestContext:TeamFoundationRequestContext * 
        descriptor:IdentityDescriptor -> bool
function RefreshIdentity(
    requestContext : TeamFoundationRequestContext, 
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Framework.Server Namespace