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

On this page
    SslCert Property
    On this page
    Gets or sets the location of the client SSL certificate.
    Syntax
    'Declaration
     
    Public Property SslCert As String
    public string SslCert {get; set;}

    Property Value

    The location of the client certificate.
    See Also