共用方式為


IIdentityProvider 介面

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
<InheritedExportAttribute> _
Public Interface IIdentityProvider
[InheritedExportAttribute]
public interface IIdentityProvider

IIdentityProvider 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 IsSyncable

回頁首

方法

  名稱 說明
公用方法 CreateDescriptor(TeamFoundationRequestContext, IIdentity) 從 ASP.NET 提供的 [IIdentity] 執行個體的建立描述項適用於已驗證的使用者,透過 Web 要求的 HttpContext.User.Identity 屬性。
公用方法 CreateDescriptor(TeamFoundationRequestContext, String) 如果它們支援解析識別的通用顯示名稱的描述元,提供者可能實作 [CreateDescriptor] 。這可讓 TFS 並將顯示名稱未知的使用者和解決使用提供者到完整的識別。注意:,如果無法剖析顯示名稱為唯一的使用者,應該會傳回 NULL。
公用方法 GetIdentity 從 ASP.NET 識別來源取得識別。
公用方法 GetPossibleIdentityTypes
公用方法 ServiceStart
公用方法 SupportedIdentityTypes 取得存放區提供的 [Identity] 型別的完整 .NET Framework 類別型別。這是實作 [IIdentity],例如, [System.Security.Principal.WindowsIdentity]的類別。
公用方法 SyncMembers
公用方法 TrySyncIdentity

回頁首

請參閱

參考

Microsoft.TeamFoundation.Framework.Server 命名空間