Share via


TeamFoundationAccessControlService.IsServiceIdentity Method (TeamFoundationRequestContext, Identity)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function IsServiceIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity _
) As Boolean
public static bool IsServiceIdentity(
    TeamFoundationRequestContext requestContext,
    Identity identity
)
public:
static bool IsServiceIdentity(
    TeamFoundationRequestContext^ requestContext, 
    Identity^ identity
)
static member IsServiceIdentity : 
        requestContext:TeamFoundationRequestContext * 
        identity:Identity -> bool
public static function IsServiceIdentity(
    requestContext : TeamFoundationRequestContext, 
    identity : Identity
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationAccessControlService Class

IsServiceIdentity Overload

Microsoft.TeamFoundation.Framework.Server Namespace