Build a bind pending identity with the passed in e-mail address
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function BuildTemporaryIdentityFromEmailAddress ( _
    emailAddress As String, _
    fullName As String _
) As Identity
public static Identity BuildTemporaryIdentityFromEmailAddress(
    string emailAddress,
    string fullName
)
public:
static Identity^ BuildTemporaryIdentityFromEmailAddress(
    String^ emailAddress, 
    String^ fullName
)
static member BuildTemporaryIdentityFromEmailAddress : 
        emailAddress:string * 
        fullName:string -> Identity
public static function BuildTemporaryIdentityFromEmailAddress(
    emailAddress : String, 
    fullName : String
) : Identity
Parameters
- emailAddress
 Type: System.String
- fullName
 Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Identity.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.
See Also
Reference
TeamFoundationProfileService Class