TeamFoundationIdentityService.IsIdentityCached Method (TeamFoundationRequestContext, IdentityDescriptor)
Note: This API is now obsolete.
Check if a particular ID is cached
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Function IsIdentityCached ( _
requestContext As TeamFoundationRequestContext, _
identityDescriptor As IdentityDescriptor _
) As Boolean
[ObsoleteAttribute]
public bool IsIdentityCached(
TeamFoundationRequestContext requestContext,
IdentityDescriptor identityDescriptor
)
[ObsoleteAttribute]
public:
bool IsIdentityCached(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ identityDescriptor
)
[<ObsoleteAttribute>]
member IsIdentityCached :
requestContext:TeamFoundationRequestContext *
identityDescriptor:IdentityDescriptor -> bool
public function IsIdentityCached(
requestContext : TeamFoundationRequestContext,
identityDescriptor : IdentityDescriptor
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identityDescriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.