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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : IntegratedSecurity Property
Single Sign On is supported by setting this value. The User Id, Password, and Authentication String values are ignored.
Syntax
'Declaration
 
Public Property IntegratedSecurity As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.IntegratedSecurity = value
 
value = instance.IntegratedSecurity
public bool IntegratedSecurity {get; set;}
public:
property bool IntegratedSecurity {
   bool get();
   void set (    bool value);
}
Remarks

The Account field may still be supplied. The .NET Data Provider for Teradata will choose the AuthenticationMechanism by selecting the highest ranked mechanism configured in TeraGSS that supports SingleSignOn. The application may override this behavior by providing a value for AuthenticationMechanism.

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