AuthenticationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Database user Authentication type
public enum AuthenticationType
type AuthenticationType =
Public Enum AuthenticationType
- Inheritance
-
AuthenticationType
Fields
Name | Value | Description |
---|---|---|
None | 0 | User without a login, Application Role, Database Role, Certificate mapped user or Asymmetric key mapped user |
InstanceAuthentication | 1 | User with login |
DatabaseAuthentication | 2 | User with a password |
WindowsAuthentication | 3 | Windows user with login, Windows user without a login or Windows group |
ExternalAuthenticationProvider | 4 | User supplied by an external authentication provider (e.g. Azure Active Directory). |