TeamFoundationIdentityService.ReadIdentity Method (TeamFoundationRequestContext, IdentitySearchFactor, String)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function ReadIdentity ( _
requestContext As TeamFoundationRequestContext, _
searchFactor As IdentitySearchFactor, _
factorValue As String _
) As TeamFoundationIdentity
public TeamFoundationIdentity ReadIdentity(
TeamFoundationRequestContext requestContext,
IdentitySearchFactor searchFactor,
string factorValue
)
public:
virtual TeamFoundationIdentity^ ReadIdentity(
TeamFoundationRequestContext^ requestContext,
IdentitySearchFactor searchFactor,
String^ factorValue
) sealed
abstract ReadIdentity :
requestContext:TeamFoundationRequestContext *
searchFactor:IdentitySearchFactor *
factorValue:string -> TeamFoundationIdentity
override ReadIdentity :
requestContext:TeamFoundationRequestContext *
searchFactor:IdentitySearchFactor *
factorValue:string -> TeamFoundationIdentity
public final 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
Implements
.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.