UnauthenticatedProvider.TrySyncIdentity, méthode
Espace de noms : Microsoft.VisualStudio.Services.Identity
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- descriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- includeMembership
Type : System.Boolean
- providerInfo
Type : System.String
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
Type : Microsoft.VisualStudio.Services.Identity.SyncErrors
- identity
Type : Microsoft.VisualStudio.Services.Identity.Identity%
Valeur de retour
Type : System.Boolean
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.