IIdentityProvider.TrySyncIdentity 方法
命名空間: Microsoft.VisualStudio.Services.Identity
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Function TrySyncIdentity ( _
descriptor As IdentityDescriptor, _
includeMembership As Boolean, _
providerInfo As String, _
requestContext As TeamFoundationRequestContext, _
syncErrors As SyncErrors, _
<OutAttribute> ByRef identity As Identity _
) As Boolean
bool TrySyncIdentity(
IdentityDescriptor descriptor,
bool includeMembership,
string providerInfo,
TeamFoundationRequestContext requestContext,
SyncErrors syncErrors,
out Identity identity
)
參數
- includeMembership
類型:System.Boolean
- providerInfo
類型:System.String
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- syncErrors
類型:Microsoft.VisualStudio.Services.Identity.SyncErrors
- identity
類型:Microsoft.VisualStudio.Services.Identity.Identity%
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。