dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlAuthenticationMethod Enumeration

SqlAuthenticationMethod Enumeration
Determines the authentication method to use when connecting to SQL Azure.
Syntax
'Declaration
 
Public Enum SqlAuthenticationMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
ActiveDirectoryIntegratedActive Directory Integrated authentication is used.
ActiveDirectoryInteractiveActive Directory Interactive authentication is used.
ActiveDirectoryPasswordAzure Active Directory principal name and password are used.
NotSpecifiedThe authentication method is not specified.
SqlPasswordSQL password is used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.SqlServer.SqlAuthenticationMethod

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also