ServerProxyAccount.SetAccount 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.
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