'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;}
'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;}
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.
This feature is primarily used on Windows operating system with Active Directory. The Data Provider will utilize SPNEGO authentication mechanism internally. This feature cannot be used with JWT or EXTERNALBROWSER authentication mechanism.
Default Value: false
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |