IIdentityManagementService.RefreshIdentity Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function RefreshIdentity ( _
descriptor As IdentityDescriptor _
) As Boolean
bool RefreshIdentity(
IdentityDescriptor descriptor
)
bool RefreshIdentity(
IdentityDescriptor^ descriptor
)
abstract RefreshIdentity :
descriptor:IdentityDescriptor -> bool
function RefreshIdentity(
descriptor : IdentityDescriptor
) : boolean
Parameters
- descriptor
Type: Microsoft.TeamFoundation.Framework.Client.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.