语言

AuthenticationMethod 枚举

定义

枚举指定支持的 HTTP 认证方法用于网页同步的值。

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

字段

名称 说明
BasicAuthentication 0

表示使用登录和密码的标准HTTP认证机制。

WindowsAuthentication 1

表示基于Windows挑战/响应认证机制的HTTP认证机制。 挑战/响应机制仅在用户计算机和IIS服务器计算机位于同一Windows域或受信任的Windows域时有效。

注解

该命名空间、类或成员仅在Microsoft .NET Framework版本2.0中支持。

适用于

另请参阅