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".
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also