ITeamFoundationIdentityService.IsIdentityCached Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function IsIdentityCached ( _
requestContext As TeamFoundationRequestContext, _
securityId As SecurityIdentifier _
) As Boolean
bool IsIdentityCached(
TeamFoundationRequestContext requestContext,
SecurityIdentifier securityId
)
bool IsIdentityCached(
TeamFoundationRequestContext^ requestContext,
SecurityIdentifier^ securityId
)
abstract IsIdentityCached :
requestContext:TeamFoundationRequestContext *
securityId:SecurityIdentifier -> bool
function IsIdentityCached(
requestContext : TeamFoundationRequestContext,
securityId : SecurityIdentifier
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- securityId
Type: System.Security.Principal.SecurityIdentifier
Return Value
Type: System.Boolean
Returns 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.