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



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : AuthenticationMechanism Property
A session security context enabling data encryption and authentication.
Syntax
'Declaration
 
Public Property AuthenticationMechanism As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.AuthenticationMechanism = value
 
value = instance.AuthenticationMechanism
public string AuthenticationMechanism {get; set;}
public:
property String^ AuthenticationMechanism {
   String^ get();
   void set (    String^ value);
}
Remarks

The .NET Data Provider currently supports the following session authentication mechanisms - TD2 (Teradata method 2), SPNEGO, LDAP, and TDNEGO. For a full description of these mechanisms, please reference the Teradata Security Administration chapter on Generic Security Services Library (TDGSS) - Managing Network Security. The default mechanism will be supplied from a client TeraGSS configuration file if defined and secondarily from a server TDGSS configuration file. The default installation of the TDGSS server configuration file sets the value to TD2. The client default TeraGSS configuration file does not set a default value.

Default Value: Please see the Teradata Security Administration User Manual discussion on the Generic Security Services Library (TDGSS) - Managing Network Security

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