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

In This Topic
    SslCert Property
    In This Topic
    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