InstallAgentConfiguration.SetAgentAccount(String, String, SecureString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The account used by the agent when running.
public:
void SetAgentAccount(System::String ^ domain, System::String ^ userName, System::Security::SecureString ^ password);
public void SetAgentAccount (string domain, string userName, System.Security.SecureString password);
member this.SetAgentAccount : string * string * System.Security.SecureString -> unit
Public Sub SetAgentAccount (domain As String, userName As String, password As SecureString)
Parameters
- domain
- String
Domain.
- userName
- String
User name.
- password
- SecureString
Password.