AuthenticationType Enum

Definition

Database user Authentication type

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType

Fields

DatabaseAuthentication 2

User with a password

ExternalAuthenticationProvider 4

User supplied by an external authentication provider (e.g. Azure Active Directory).

InstanceAuthentication 1

User with login

None 0

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

WindowsAuthentication 3

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

Applies to