Share via


IIdentityProvider.GetIdentity Method

Gets the identity from the ASP.NET identity source.

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

Syntax

'Declaration
Function GetIdentity ( _
    requestContext As TeamFoundationRequestContext, _
    identity As IIdentity _
) As TeamFoundationIdentity
TeamFoundationIdentity GetIdentity(
    TeamFoundationRequestContext requestContext,
    IIdentity identity
)
TeamFoundationIdentity^ GetIdentity(
    TeamFoundationRequestContext^ requestContext, 
    IIdentity^ identity
)
abstract GetIdentity : 
        requestContext:TeamFoundationRequestContext * 
        identity:IIdentity -> TeamFoundationIdentity
function GetIdentity(
    requestContext : TeamFoundationRequestContext, 
    identity : IIdentity
) : TeamFoundationIdentity

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
The identity with properties from the presented identity.

.NET Framework Security

See Also

Reference

IIdentityProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace