TeamFoundationProfileService.BuildTemporaryIdentityFromEmailAddress Method (String, String)
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 TeamFoundationIdentity
public static TeamFoundationIdentity BuildTemporaryIdentityFromEmailAddress(
string emailAddress,
string fullName
)
public:
static TeamFoundationIdentity^ BuildTemporaryIdentityFromEmailAddress(
String^ emailAddress,
String^ fullName
)
static member BuildTemporaryIdentityFromEmailAddress :
emailAddress:string *
fullName:string -> TeamFoundationIdentity
public static function BuildTemporaryIdentityFromEmailAddress(
emailAddress : String,
fullName : String
) : TeamFoundationIdentity
Parameters
- emailAddress
Type: System.String
- fullName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.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.
See Also
Reference
TeamFoundationProfileService Class