TeamFoundationIdentityService.RefreshIdentity Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function RefreshIdentity ( _
requestContext As TeamFoundationRequestContext, _
descriptor As IdentityDescriptor _
) As Boolean
public bool RefreshIdentity(
TeamFoundationRequestContext requestContext,
IdentityDescriptor descriptor
)
public:
virtual bool RefreshIdentity(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ descriptor
) sealed
abstract RefreshIdentity :
requestContext:TeamFoundationRequestContext *
descriptor:IdentityDescriptor -> bool
override RefreshIdentity :
requestContext:TeamFoundationRequestContext *
descriptor:IdentityDescriptor -> bool
public final function RefreshIdentity(
requestContext : TeamFoundationRequestContext,
descriptor : IdentityDescriptor
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: System.Boolean
Implements
ITeamFoundationIdentityService.RefreshIdentity(TeamFoundationRequestContext, IdentityDescriptor)
.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.