AuthenticationType Enumeration

 

Updated: April 20, 2017

Database user Authentication type

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public enum class AuthenticationType

Member nameDescription
DatabaseAuthentication

User with a password

ExternalAuthenticationProvider

InstanceAuthentication

User with login

None

User without a login, Application Role, Database Role, Certificate mapped user or Asymmetric key mapped user

WindowsAuthentication

Windows user with login, Windows user without a login or Windows group

Return to top

Community Additions

ADD
Show: