Method | Description | |
---|---|---|
SwitchUser ( string userName, string password, string domain, |
Switch the current user to the new user, with the identity of the new role to communicate with server.
|
public static SwitchUser ( string userName, string password, string domain, |
||
userName | string | The userName of the user used to communicate with server |
password | string | The password of the user used to communicate with server |
domain | string | The domain of the user used to communicate with server |
exchangeServiceBinding | An instance of Service Binding | |
site | ITestSite | An instance of ITestSite |
return | void |