AuthenticationMethod 枚举

Enumerates values that specify the supported HTTP authentication methods for Web synchronization.

命名空间:  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 Indicates the standard HTTP authentication mechanism that uses a login and a password.

HTTP Basic authentication sends authentication credentials in clear text. You must implement Secure Sockets Layer (SSL) between the Subscriber and the IIS server when you use Web synchronization.

WindowsAuthentication Indicates an HTTP authentication mechanism based on the Windows Challenge/Response authentication mechanism. The challenge/response mechanism works only when the Subscriber computer and the IIS server computer are located in the same Windows domain or in trusted Windows domains.

注释

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

请参阅

参考

Microsoft.SqlServer.Replication 命名空间

其他资源

配置 IIS 以实现 Web 同步

如何为合并复制配置 Web 同步(RMO 编程)

合并复制的 Web 同步