AuthenticationType 枚举

定义

定义了认证方式。

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

字段

名称 说明
None 0

指定无身份验证。 (值=0)

Windows 1

将 Windows 指定为身份验证模式。 此模式适用于使用Basic、NTLM或Negotiate。

Passport 2

将 passport 指定为身份验证模式Microsoft。 该认证模式开箱即用不支持。 (值=2)

Forms 3

指定基于表单的ASP.NET认证模式作为认证模式。 (数值=3)

SharePointTrustedUser 4

指定 SharePoint 可信用户作为认证模式。 (数值=4)

Federation 5

规定了联邦认证。

适用于