UnauthenticatedProvider.TrySyncIdentity 方法

命名空间:  Microsoft.VisualStudio.Services.Identity
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Boolean

实现

IIdentityProvider.TrySyncIdentity(IdentityDescriptor, Boolean, String, TeamFoundationRequestContext, SyncErrors, Identity%)

.NET Framework 安全性

请参阅

参考

UnauthenticatedProvider 类

Microsoft.VisualStudio.Services.Identity 命名空间