IIdentityProvider.SyncIdentity Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Function SyncIdentity ( _
descriptor As IdentityDescriptor, _
includeMembership As Boolean, _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors _
) As TeamFoundationIdentity
TeamFoundationIdentity SyncIdentity(
IdentityDescriptor descriptor,
bool includeMembership,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors
)
TeamFoundationIdentity^ SyncIdentity(
IdentityDescriptor^ descriptor,
bool includeMembership,
String^ providerInfo,
TeamFoundationRequestContext^ requestContext,
SyncErrors^ syncErrors
)
abstract SyncIdentity :
descriptor:IdentityDescriptor *
includeMembership:bool *
providerInfo:string *
requestContext:TeamFoundationRequestContext *
syncErrors:SyncErrors -> TeamFoundationIdentity
function SyncIdentity(
descriptor : IdentityDescriptor,
includeMembership : boolean,
providerInfo : String,
requestContext : TeamFoundationRequestContext,
syncErrors : SyncErrors
) : TeamFoundationIdentity
Parameters
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- includeMembership
Type: System.Boolean
- providerInfo
Type: System.String
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
Type: Microsoft.TeamFoundation.Framework.Server.SyncErrors
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
.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.