TeamFoundationIdentityService.CreateUser Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function CreateUser ( _
requestContext As TeamFoundationRequestContext, _
userDomain As String, _
account As String, _
description As String _
) As IdentityDescriptor
public IdentityDescriptor CreateUser(
TeamFoundationRequestContext requestContext,
string userDomain,
string account,
string description
)
public:
virtual IdentityDescriptor^ CreateUser(
TeamFoundationRequestContext^ requestContext,
String^ userDomain,
String^ account,
String^ description
) sealed
abstract CreateUser :
requestContext:TeamFoundationRequestContext *
userDomain:string *
account:string *
description:string -> IdentityDescriptor
override CreateUser :
requestContext:TeamFoundationRequestContext *
userDomain:string *
account:string *
description:string -> IdentityDescriptor
public final function CreateUser(
requestContext : TeamFoundationRequestContext,
userDomain : String,
account : String,
description : String
) : IdentityDescriptor
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- userDomain
Type: System.String
- account
Type: System.String
- description
Type: System.String
Return Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Implements
ITeamFoundationIdentityService.CreateUser(TeamFoundationRequestContext, String, String, String)
.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.