TeamFoundationIdentityService.RefreshIdentity Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function RefreshIdentity ( _
requestContext As TeamFoundationRequestContext, _
descriptor As IdentityDescriptor _
) As Boolean
public bool RefreshIdentity(
TeamFoundationRequestContext requestContext,
IdentityDescriptor descriptor
)
public:
bool RefreshIdentity(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ descriptor
)
member RefreshIdentity :
requestContext:TeamFoundationRequestContext *
descriptor:IdentityDescriptor -> bool
public function RefreshIdentity(
requestContext : TeamFoundationRequestContext,
descriptor : IdentityDescriptor
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Return Value
Type: System.Boolean
.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.