ITeamFoundationIdentityService.ReadIdentityFromSource 方法
ReadIdentityFromSource 用來 retrive 從來源位置的識別 (AD 或 GSS)。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Function ReadIdentityFromSource ( _
requestContext As TeamFoundationRequestContext, _
descriptor As IdentityDescriptor, _
withDirectMembership As Boolean _
) As TeamFoundationIdentity
TeamFoundationIdentity ReadIdentityFromSource(
TeamFoundationRequestContext requestContext,
IdentityDescriptor descriptor,
bool withDirectMembership
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要擷取之識別的描述項。
- withDirectMembership
類型:System.Boolean
傳回值
類型:Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
描述元的 Identity 物件,則為,如果它無法擷取。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。