次の方法で共有


AuthenticationMethod 列挙型

定義

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

適用対象

こちらもご覧ください