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
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