AuthenticationMethod 枚举

定义

枚举为 Web 同步指定受支持的 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 版中支持此命名空间、类或成员。

适用于

另请参阅