Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identity from the ASP.NET identity source.
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetIdentity ( _
requestContext As TeamFoundationRequestContext, _
identity As IIdentity _
) As Identity
Identity GetIdentity(
TeamFoundationRequestContext requestContext,
IIdentity identity
)
Identity^ GetIdentity(
TeamFoundationRequestContext^ requestContext,
IIdentity^ identity
)
abstract GetIdentity :
requestContext:TeamFoundationRequestContext *
identity:IIdentity -> Identity
function GetIdentity(
requestContext : TeamFoundationRequestContext,
identity : IIdentity
) : Identity
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
identity
Type: System.Security.Principal.IIdentityThe identity source.
Return Value
Type: Microsoft.VisualStudio.Services.Identity.Identity
The identity with properties from the presented identity.
.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.