AuthenticationMethod 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉指定支援的網頁同步 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 版本中支援。