This documentation is archived and is not being maintained.

IAccessControlService::ProvisionServiceIdentity Method (String, String)

Provisions a service identity with the given name and password.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

ServiceIdentity^ ProvisionServiceIdentity(
	String^ serviceIdentityName, 
	String^ password
)

Parameters

serviceIdentityName
Type: System::String

The service identity name.

password
Type: System::String

The service identity password.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::ServiceIdentity
The provisioned service identity.

Show: