'Declaration Public Enum SecurityLevel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SecurityLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SecurityLevel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SecurityLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Accepted | The security service is enabled when required or requested by the server. |
Rejected | The security service is not enabled, even when required by the server. If server requires it, connection fails. |
Requested | The security service is enabled unless the server rejects it. |
Required | The security service is required to be enabled. If the server is configured to reject security service, connection fails. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.SecurityLevel
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