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

In This Topic
    SslMode Property (PgSqlConnectionStringBuilder)
    In This Topic
    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