AuthenticationMethod 列挙体

サポートされている Web 同期の HTTP 認証方法を示す値を列挙します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Enumeration AuthenticationMethod
'使用
Dim instance As AuthenticationMethod
public enum AuthenticationMethod
public enum class AuthenticationMethod
type AuthenticationMethod
public enum AuthenticationMethod

メンバー

メンバー名 説明
BasicAuthentication ログインとパスワードを使用する標準的な HTTP 認証メカニズムを示します。

HTTP 基本認証では、認証資格情報をクリア テキストで送信します。Web 同期を使用する場合、サブスクライバと IIS サーバーとの間で SSL (Secure Sockets Layer) を実装する必要があります。

WindowsAuthentication Windows Challenge/Response 認証メカニズムに基づく HTTP 認証メカニズムを示します。challenge/response メカニズムは、サブスクライバ コンピュータと IIS サーバー コンピュータが同じ Windows ドメインにあるか、信頼関係のある Windows ドメインにある場合にのみ機能します。

説明

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。