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でのみサポートされています。

適用対象

こちらもご覧ください