AuthenticationType 枚举

定义

数据库用户身份验证类型

public enum AuthenticationType
type AuthenticationType = 
Public Enum AuthenticationType
继承
AuthenticationType

字段

名称 说明
None 0

没有登录名的用户、应用程序角色、数据库角色、证书映射用户或非对称密钥映射用户

InstanceAuthentication 1

具有登录名的用户

DatabaseAuthentication 2

具有密码的用户

WindowsAuthentication 3

使用登录名Windows用户,在没有登录名或Windows组的情况下Windows用户

ExternalAuthenticationProvider 4

由外部身份验证提供程序(例如Azure Active Directory)提供的用户。

适用于