IsNNEChecksummed
This property indicates if the connection uses Oracle Database Native Network Encryption (NNE) checksumming.
Declaration
// C# public bool IsNNEChecksummed { get; }
Property Type
System.Boolean
Exceptions
InvalidOperationException - This exception is thrown when the connection is not open.
Remarks
This property is true
if the connection uses NNE checksumming; Otherwise, it is false
.