IGroupSecurityService 介面
注意:這個應用程式開發介面現在已經過時。
命名空間: 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 伺服器上的"地鐵里 Theodore 用戶端的回溯相容性案例中的方法。 | |
Convert(TeamFoundationIdentity) | 轉換方法。 | |
CreateApplicationGroup | 建立 TFS 應用程式群組。 | |
DeleteApplicationGroup | 刪除 TFS 應用程式群組。 | |
GetChangedIdentities | ||
IsIdentityCached | 驗證是否快取識別。 | |
IsMember | 驗證識別 (也就.. 是使用者或群組) 是否是群組的成員 (直接或間接) 的群組。 | |
ListApplicationGroups | 列出在指定的範圍內的所有 TFS 應用程式群組。 | |
ReadIdentities | 搜尋識別的清單。 當 ReadIdentity 一次只搜尋一個識別,這個方法允許在多個識別 (Identity)。 | |
ReadIdentity | 搜尋識別。 | |
ReadIdentityFromSource | ||
RemoveMemberFromApplicationGroup | 從 TFS 應用程式群組移除識別 (也.. 就是使用者或群組)。 | |
UpdateApplicationGroup | 更新 TFS 應用程式群組的屬性。 |
回頁首