ITeamFoundationIdentityService.ReadIdentityFromSource 方法

ReadIdentityFromSource 用于 retrive 从其源位置的标识 (广告或 GSS)。

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Function ReadIdentityFromSource ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor, _
    withDirectMembership As Boolean _
) As TeamFoundationIdentity
TeamFoundationIdentity ReadIdentityFromSource(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor,
    bool withDirectMembership
)

参数

返回值

类型:Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
描述符的标识对象,null,则不能检索。

.NET Framework 安全性

请参阅

参考

ITeamFoundationIdentityService 接口

Microsoft.TeamFoundation.Server.Core 命名空间