TeamFoundationRequestContext.CreateImpersonationContext 方法
模擬由目前服務主機的目標識別。 已驗證的使用者將會執行方法的服務帳戶。
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Overridable Function CreateImpersonationContext ( _
identity As IdentityDescriptor _
) As TeamFoundationRequestContext
public virtual TeamFoundationRequestContext CreateImpersonationContext(
IdentityDescriptor identity
)
參數
- identity
類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
模擬的識別。
傳回值
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容當今有指定認證的目前服務主機
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。