SqlNetAllowedLogonVersionClient
This property specifies the minimum authentication protocol that is to be used when authenticating against the Oracle database for a given application.
Declaration
// C#
public OracleAllowedLogonVersionClient SqlNetAllowedLogonVersionClient { set; }Property Type
OracleAllowedLogonVersionClient
Values
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 application.
-
"Oracle.DataAccess.Client and Oracle.ManagedDataAccess.Client Namespaces"