FullPermissionSetForwarderBase.GetSourceIdentityService Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetSourceIdentityService ( _
requestContext As TeamFoundationRequestContext _
) As TeamFoundationIdentityService
protected abstract TeamFoundationIdentityService GetSourceIdentityService(
TeamFoundationRequestContext requestContext
)
protected:
virtual TeamFoundationIdentityService^ GetSourceIdentityService(
TeamFoundationRequestContext^ requestContext
) abstract
abstract GetSourceIdentityService :
requestContext:TeamFoundationRequestContext -> TeamFoundationIdentityService
protected abstract function GetSourceIdentityService(
requestContext : TeamFoundationRequestContext
) : TeamFoundationIdentityService
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentityService
.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.