IsNNEEncypted
This property indicates if the connection uses Oracle Database Native Network Encryption (NNE).
Declaration
// C# public bool IsNNEEncypted { 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; Otherwise, it is false
.