AuthenticationType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义了认证方式。
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 | 规定了联邦认证。 |