Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function GetScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As Guid _
) As IdentityScope
public abstract IdentityScope GetScope(
    TeamFoundationRequestContext requestContext,
    Guid scopeId
)
public:
virtual IdentityScope^ GetScope(
    TeamFoundationRequestContext^ requestContext, 
    Guid scopeId
) abstract
abstract GetScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:Guid -> IdentityScope
public abstract function GetScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : Guid
) : IdentityScope
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
 Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityScope
.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.