Metoda ClaimsProvider.TrySyncIdentity —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Function TrySyncIdentity ( _
descriptor As IdentityDescriptor, _
includeMembership As Boolean, _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors, _
<OutAttribute> ByRef identity As TeamFoundationIdentity _
) As Boolean
public bool TrySyncIdentity(
IdentityDescriptor descriptor,
bool includeMembership,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors,
out TeamFoundationIdentity identity
)
Parametry
- descriptor
Typ: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- includeMembership
Typ: System.Boolean
- providerInfo
Typ: System.String
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
Typ: Microsoft.TeamFoundation.Framework.Server.SyncErrors
Wartość zwracana
Typ: System.Boolean
Returns Boolean.
Implementuje
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..