dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / SslMode Property

On this page
    SslMode Property (PgSqlConnectionStringBuilder)
    On this page
    Gets or sets SSL connection priority.
    Syntax
    'Declaration
     
    Public Property SslMode As SslMode
    public SslMode SslMode {get; set;}

    Property Value

    One of the SslMode values.
    See Also