AuthenticationType Enum

Definition

Specifies the authentication type of the database principals

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType

Fields

Database 2

Specifies that the user has a password.

External 4

Specifies that the user is a External user or group.

Instance 1

Specifies that the user is mapped to a login.

None 0

Specifies a SQL user without a login, a user mapped with a certificate, or a user mapped with an asymmetric key.

Windows 3

Specifies that the user is a Windows user or group.

Applies to