Send feedback on this topic.
Teradata.Client.Provider
DataEncryption Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : DataEncryption Property
Session level encryption is enabled, encrypting all messages bidirectionally to Teradata.
Syntax
'Declaration
 
Public Property DataEncryption As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.DataEncryption = value
 
value = instance.DataEncryption
public bool DataEncryption {get; set;}
public:
property bool DataEncryption {
   bool get();
   void set (    bool value);
}
Remarks

Default Value: false

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members