dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ServerCertificate Property

In This Topic
    ServerCertificate Property
    In This Topic
    Gets or sets the path to a certificate file to validate the SQL Server TLS/SSL certificate during the connection.
    Syntax
    'Declaration
     
    Public Property ServerCertificate As String
    public string ServerCertificate {get; set;}

    Property Value

    The value of the ServerCertificate property. Returns an empty string if the certificate isn't specified.
    See Also