SqlNetAllowedLogonVersionClient
This property is used to specify the minimum authentication protocol that is to be used for a given OracleConnection object.
Declaration
// C#
public OracleAllowedLogonVersionClient SqlNetAllowedLogonVersionClient { set; }Property Type
OracleAllowedLogonVersionClient
Property Value
An OracleAllowedLogonVersionClient enumuration value.
Example
// C# OracleConfiguration.SqlNetAllowedLogonVersionClient = OracleAllowedLogonVersionClient.Version12a;
Remarks
The default is OracleAllowedLongVersionClient.12.
See Also:
- Oracle Database Net Services Reference to better understand the minimum authentication protocol that is to be used when authenticating against the Oracle database for a given
OracleConnectionobject -
"Oracle.DataAccess.Client and Oracle.ManagedDataAccess.Client Namespaces"