IdentityHelper.GetForeignPrincipalMsaIdentity 方法 (IdentityService, TeamFoundationRequestContext, TeamFoundationRequestContext, Guid)
注意:這個應用程式開發介面現在已經過時。
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<ExtensionAttribute> _
<ObsoleteAttribute> _
Public Shared Function GetForeignPrincipalMsaIdentity ( _
identityService As IdentityService, _
requestContext As TeamFoundationRequestContext, _
originalRequestContext As TeamFoundationRequestContext, _
identity As Guid _
) As Identity
[ObsoleteAttribute]
public static Identity GetForeignPrincipalMsaIdentity(
this IdentityService identityService,
TeamFoundationRequestContext requestContext,
TeamFoundationRequestContext originalRequestContext,
Guid identity
)
參數
- identityService
類型:Microsoft.VisualStudio.Services.Identity.IdentityService
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- originalRequestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
類型:System.Guid
傳回值
類型:Microsoft.VisualStudio.Services.Identity.Identity
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 IdentityService 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 擴充方法 (Visual Basic) 或 擴充方法 (C# 程式設計手冊)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。