語言

AuthenticationMethod 列舉

定義

列舉指定支援的網頁同步 HTTP 認證方法的值。

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

欄位

名稱 Description
BasicAuthentication 0

表示使用登入與密碼的標準 HTTP 認證機制。

WindowsAuthentication 1

表示基於 Windows 挑戰/回應認證機制的 HTTP 認證機制。 挑戰/回應機制僅在訂閱者電腦與 IIS 伺服器電腦位於相同 Windows 網域或受信任的 Windows 網域時有效。

備註

此命名空間、類別或成員僅在 Microsoft .NET Framework 2.0 版本中支援。

適用於

另請參閱