BuildServiceHostUtilities.ChangeEndpointAndUser Method
Visual Studio 2012
Note: This API is now obsolete.
Changes the endpoint—the incoming URI, such as http://machinename:9191—and the service account for the currently registered service host.
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
[ObsoleteAttribute("This method has been deprecated. Please remove all references.", false)] public static void ChangeEndpointAndUser( string endpoint, X509Certificate2 serverCertificate, string userName, string password )
Parameters
- endpoint
- Type: String
The new endpoint for the currently registered service host.
- serverCertificate
- Type: X509Certificate2
The X509 certificate to use for server authentication.
- userName
- Type: String
The service account to use for the service host. If null, Network Service will be used.
- password
- Type: String
The password for the service account.
- 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.