dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / SecurityLevel Enumeration

SecurityLevel Enumeration
Determines the configuration of Oracle Advanced Security data encryption and data integrity for the Direct mode.
Syntax
'Declaration
 
Public Enum SecurityLevel 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
AcceptedThe security service is enabled when required or requested by the server.
RejectedThe security service is not enabled, even when required by the server. If server requires it, connection fails.
RequestedThe security service is enabled unless the server rejects it.
RequiredThe security service is required to be enabled. If the server is configured to reject security service, connection fails.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.Oracle.SecurityLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also