IGroupSecurityService 接口
注意:此 API 现在已废弃不用。
命名空间: Microsoft.TeamFoundation.Server
程序集: Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)
语法
声明
<ObsoleteAttribute("IGroupSecurityService is obsolete. Please use the IIdentityManagementService or ISecurityService instead.", _
False)> _
Public Interface IGroupSecurityService
[ObsoleteAttribute("IGroupSecurityService is obsolete. Please use the IIdentityManagementService or ISecurityService instead.",
false)]
public interface IGroupSecurityService
IGroupSecurityService 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
AddMemberToApplicationGroup | 添加一个标识 (即用户或组) 到 TFS 应用程序组。 | |
Convert(Identity) | 将相关连接到 Visual Studio 2005 或 Visual Studio 2008 服务器的罗萨里奥客户端的向后兼容性方案的方法。 | |
Convert(TeamFoundationIdentity) | 转换方法。 | |
CreateApplicationGroup | 创建一个 TFS 应用程序组。 | |
DeleteApplicationGroup | 删除 TFS 应用程序组。 | |
GetChangedIdentities | ||
IsIdentityCached | tab 键是否缓存标识。 | |
IsMember | tab 键标识 (即用户或组) 为成员 (直接或间接) 的组。 | |
ListApplicationGroups | 列表指定范围内的任何 TFS 应用程序组。 | |
ReadIdentities | 搜索标识列表。 当 ReadIdentity 一次时只搜索个标识,此方法允许搜索在多个标识。 | |
ReadIdentity | 搜索标识。 | |
ReadIdentityFromSource | ||
RemoveMemberFromApplicationGroup | 从 TFS 应用程序组移除标识 (即用户或组)。 | |
UpdateApplicationGroup | 更新 TFS 应用程序组的属性。 |
页首