IdentityService.GetScope Method (TeamFoundationRequestContext, String)
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, _
scopeName As String _
) As IdentityScope
public abstract IdentityScope GetScope(
TeamFoundationRequestContext requestContext,
string scopeName
)
public:
virtual IdentityScope^ GetScope(
TeamFoundationRequestContext^ requestContext,
String^ scopeName
) abstract
abstract GetScope :
requestContext:TeamFoundationRequestContext *
scopeName:string -> IdentityScope
public abstract function GetScope(
requestContext : TeamFoundationRequestContext,
scopeName : String
) : IdentityScope
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeName
Type: System.String
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.