MiddleTierClientBuilder<TDbContext>.UsePasswordAuthentication Method
| Name | Parameters | Description |
|---|---|---|
| UsePasswordAuthentication(Action<IAuthenticationStandardLogonParameters>) | populateLogonParameters | Configures the client to use authentication with login and password specified in a delegate. |
| UsePasswordAuthentication(String, String) | userName, password | Configures the client to use authentication with the specified login and password. |