AuthenticationMethod 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サポートされている Web 同期の HTTP 認証方法を示す値を列挙します。
public enum class AuthenticationMethod
public enum AuthenticationMethod
type AuthenticationMethod =
Public Enum AuthenticationMethod
- 継承
-
AuthenticationMethod
フィールド
BasicAuthentication | 0 | ログインとパスワードを使用する標準的な HTTP 認証メカニズムを示します。 |
WindowsAuthentication | 1 | Windows Challenge/Response 認証メカニズムに基づく HTTP 認証メカニズムを示します。 challenge/response メカニズムは、サブスクライバー コンピューターと IIS サーバー コンピューターが同じ Windows ドメインにあるか、信頼関係のある Windows ドメインにある場合にのみ機能します。 |
注釈
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework バージョン 2.0 でのみサポートされています。