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

In This Topic
    Encrypt Property
    In This Topic
    Gets or sets a Boolean value that indicates whether SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.
    Syntax
    'Declaration
     
    Public Property Encrypt As Boolean
    public bool Encrypt {get; set;}

    Property Value

    If true, the connection should be encrypted; otherwise, false.
    See Also