ServerProxyAccount.SetAccount Method

Definition

Overloads

SetAccount(String, SecureString)

Sets the Account and Password that is used by the proxy

SetAccount(String, String)

Sets the Account and Password that is used by the proxy

SetAccount(String, SecureString)

Sets the Account and Password that is used by the proxy

public void SetAccount (string windowsAccount, System.Security.SecureString password);
member this.SetAccount : string * System.Security.SecureString -> unit
Public Sub SetAccount (windowsAccount As String, password As SecureString)

Parameters

windowsAccount
String
password
SecureString

Applies to

SetAccount(String, String)

Sets the Account and Password that is used by the proxy

public void SetAccount (string windowsAccount, string password);
member this.SetAccount : string * string -> unit
Public Sub SetAccount (windowsAccount As String, password As String)

Parameters

windowsAccount
String
password
String

Applies to