'Declaration Public Enum SslMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SslMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SslMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SslMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Allow | Negotiates trying first a non-SSL connection, then if that fails, tries an SSL connection. |
Disable | Only an unencrypted SSL connection will be attempted. The default value. |
Prefer | Negotiates trying first an SSL connection, then if that fails, tries a regular non-SSL connection. |
Require | Tries only an SSL connection. |
System.Object
System.ValueType
System.Enum
Devart.Data.PostgreSql.SslMode
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