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

See Also