dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SslOptions Class
Properties Methods

In This Topic
    SslOptions Class Members
    In This Topic

    The following tables list the members exposed by SslOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the SslOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets location of authority certificate.  
    Public PropertyGets or sets the location of the client certificate.  
    Public PropertyGets or sets list of ciphers that client agrees to use.  
    Public PropertyGets or sets location of user's private key.  
    Public PropertyGets or sets a value that determines whether an SSL connection will be established the server and its priority.  
    Public PropertyDetermines the preferred TLS protocol version reported to a server when establishing a secure connection.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string that represents the current object.  
    Top
    See Also