NpgsqlConnection.SSL Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       If true, the connection will attempt to use SSL. 
      
        [Visual Basic]
        
        <Browsable(Browsable=True)>
Public ReadOnly Property SSL As 
Boolean 
      
        [C#]
        
        [Browsable(Browsable=True)]
public 
bool SSL {get;}
 
      
      
      See Also
      
        NpgsqlConnection Class | Npgsql Namespace