dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / ClientEncAlg Property

In This Topic
    ClientEncAlg Property
    In This Topic
    Determines whether AES encryption is being used.
    Syntax
    'Declaration
     
    Public Property ClientEncAlg As String
    public string ClientEncAlg {get; set;}

    Property Value

    "AES" if AES encryption is being used
    Remarks
    If "AES" is specified, the Authentication property value is automatically set to "SERVER_ENCRYPT".
    See Also