SqlNetIgnoreANOEncrytionForTCPS
This property specifies whether to disable double encryption and double checksumming under certain conditions.
Declaration
// C# public static bool SqlNetIgnoreANOEncrytionForTCPS { get; set; }
Property Type
System.Boolean
Remarks
When true
and the connection uses TCPS (TLS), this property attempts to downgrade the Oracle Native Network Encryption (Advanced Networking Option) and checksumming from REQUIRED
and REQUESTED
to ACCEPTED
. This setting indicates the intent to avoid double encryption and/or double data integrity when it's not desired. In those situations, ODP.NET will try to use TCPS only.
This property's default value is false
. When false
, ODP.NET will permit double encryption and double data integrity if they are enabled.
The parameter is ignored in either of these two scenarios:
-
Transport is not TCPS
-
NNE (ANO) encryption and/or checksumming level is not set to
REQUIRED
orREQUESTED