SqlAuthenticationMethod Enumeration
Determines the authentication method to use when connecting to SQL Azure.
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. |
System.Object
System.ValueType
System.Enum
Devart.Data.SqlServer.SqlAuthenticationMethod