[]
Determines whether credentials need to be set based on the provided user name and password.
protected static bool NeedsToSetCredentials(string userName, string password)
| Type | Name | Description |
|---|---|---|
| string | userName | The user name. |
| string | password | The password. |
| Type | Description |
|---|---|
| bool |
|