SqlAuthenticationMethod Enumeration
 
            
                In This Topic
            
            Determines the authentication method to use when connecting to SQL Azure.
            Syntax
            Members
| Member | Description | 
| ActiveDirectoryIntegrated | Active Directory Integrated authentication is used. | 
| ActiveDirectoryInteractive | Active Directory Interactive authentication is used. | 
| ActiveDirectoryPassword | Azure Active Directory principal name and password are used. | 
| NotSpecified | The authentication method is not specified. | 
| SqlPassword | SQL password is used. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         Devart.Data.SqlServer.SqlAuthenticationMethod
 
            
            
            See Also