BindPendingProvider.TrySyncIdentity-Methode
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function TrySyncIdentity ( _
descriptor As IdentityDescriptor, _
includeMembership As Boolean, _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors, _
<OutAttribute> ByRef identity As Identity _
) As Boolean
public bool TrySyncIdentity(
IdentityDescriptor descriptor,
bool includeMembership,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors,
out Identity identity
)
Parameter
- descriptor
Typ: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- includeMembership
Typ: System.Boolean
- providerInfo
Typ: System.String
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
Typ: Microsoft.VisualStudio.Services.Identity.SyncErrors
- identity
Typ: Microsoft.VisualStudio.Services.Identity.Identity%
Rückgabewert
Typ: System.Boolean
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.