Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | Specifies the type of user authentication to be performed at the server. |
| Server | Provides the name or network address of the server hosting the Informix database. |
| Port | Identifies the port used to connect to the server hosting the database. |
| User | Provides the username of the authenticating user. |
| Password | Provides the password of the authenticating user. |
| Database | Specifies the name of the database, running on the specified Server. |
| UseSSL | Denotes whether or not SSL is enabled. When SSL is enabled, the driver attempts to negotiate TLS/SSL connections to the server. |
| AlternateServers | Specifies other servers that can be used in addition to the one already configured using Server and Port. |