ITeamFoundationIdentityService.ReadIdentity Method (TeamFoundationRequestContext, IdentitySearchFactor, String)
See overload.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function ReadIdentity ( _
requestContext As TeamFoundationRequestContext, _
searchFactor As IdentitySearchFactor, _
factorValue As String _
) As TeamFoundationIdentity
TeamFoundationIdentity ReadIdentity(
TeamFoundationRequestContext requestContext,
IdentitySearchFactor searchFactor,
string factorValue
)
TeamFoundationIdentity^ ReadIdentity(
TeamFoundationRequestContext^ requestContext,
IdentitySearchFactor searchFactor,
String^ factorValue
)
abstract ReadIdentity :
requestContext:TeamFoundationRequestContext *
searchFactor:IdentitySearchFactor *
factorValue:string -> TeamFoundationIdentity
function ReadIdentity(
requestContext : TeamFoundationRequestContext,
searchFactor : IdentitySearchFactor,
factorValue : String
) : TeamFoundationIdentity
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- searchFactor
Type: Microsoft.TeamFoundation.Framework.Common.IdentitySearchFactor
- factorValue
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
Returns TeamFoundationIdentity.
.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.