TeamFoundationAccessControlService 類別
用於的服務設定裝載的 TFS 存取控制項
繼承階層架構
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationAccessControlService
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationAuthenticationService))> _
Public NotInheritable Class TeamFoundationAccessControlService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationAuthenticationService))]
public sealed class TeamFoundationAccessControlService : ITeamFoundationService
TeamFoundationAccessControlService 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
TeamFoundationAccessControlService |
回頁首
方法
名稱 | 描述 | |
---|---|---|
DeleteServiceIdentity | 刪除指定的服務識別這個 ID。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetServiceIdentityToken | 從提供的服務識別資訊的 ACS 擷取 authenication 語彙基元。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
IsServiceIdentity | 檢查指定的識別是否為服務識別 | |
ProvisionServiceIdentity | 提供與特定資訊的服務識別。如果 identityInfo 是空的則請提供將嘗試建立服務主機的,如果 addToGroups 是空的,識別在服務帳戶群組中會提供成員資格服務預設服務識別 | |
QueryServiceIdentities(TeamFoundationRequestContext, array<Guid[], Boolean) | 查詢依 ID 的服務識別。 | |
QueryServiceIdentities(TeamFoundationRequestContext, array<String[], Boolean) | 查詢服務識別名稱 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
欄位
名稱 | 描述 | |
---|---|---|
SymmetricSigningKeyName |
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
ITeamFoundationService.ServiceEnd | 服務關機邏輯 | |
ITeamFoundationService.ServiceStart | 服務啟動邏輯 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。