TeamFoundationIdentityService.IsIdentityCached 方法 (TeamFoundationRequestContext, IdentityDescriptor)
注意:這個應用程式開發介面現在已經過時。
檢查是否快取特定 ID
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<ObsoleteAttribute> _
Public Function IsIdentityCached ( _
requestContext As TeamFoundationRequestContext, _
identityDescriptor As IdentityDescriptor _
) As Boolean
[ObsoleteAttribute]
public bool IsIdentityCached(
TeamFoundationRequestContext requestContext,
IdentityDescriptor identityDescriptor
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identityDescriptor
類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。