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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : PersistSecurityInfo Property
The data source object can persist sensitive authentication information such as a password along with other authentication information.
Syntax
'Declaration
 
Public Property PersistSecurityInfo As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.PersistSecurityInfo = value
 
value = instance.PersistSecurityInfo
public bool PersistSecurityInfo {get; set;}
public:
property bool PersistSecurityInfo {
   bool get();
   void set (    bool value);
}
Remarks
Default Value: N
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