Constructor Credentials
Credentials(String, String)
Creates an instance of the Credentials.
Declaration
public Credentials(string userId, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userId | User Id. |
| System.String | password | Password. |