OracleAllowedLogonVersionClient Enumeration
OracleAllowedLogonVersionClient enumerated values define minimum authentication protocol that is to be used for a given OracleConnection object or for a given application (depending on where it's set).
Table 6-221 lists all the OracleAllowedLogonVersionClient enumeration values with a description of each enumerated value.
Table 6-220 OracleAllowedLogonVersionClient Enumeration Values
| Member Name | Description |
|---|---|
|
Version12a |
equivalent to 12a setting for |
|
Version12 |
equivalent to 12 setting for |
|
Version11 |
equivalent to 11 setting for |
|
Version10 |
equivalent semantically to Version11 |
|
Version9 |
equivalent semantically to Version11 |
|
Version8 |
equivalent semantically to Version11 |
Requirements
| Provider | ODP.NET, Managed Driver | ODP.NET Core |
|---|---|---|
|
Assembly |
|
|
|
Namespace |
|
|
|
.NET Framework |
- |
|
|
.NET (Core) |
- |
See Also: