AuthenticationMethod Enumeration
Enumerates values that specify the supported HTTP authentication methods for Web synchronization.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Синтаксис
'Декларация
Public Enumeration AuthenticationMethod
public enum AuthenticationMethod
public enum class AuthenticationMethod
public enum AuthenticationMethod
public enum AuthenticationMethod
Members
Member name | Description |
---|---|
BasicAuthentication | Indicates the standard HTTP authentication mechanism that uses a login and a password. |
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.SqlServer.Replication Namespace
Другие ресурсы
Как настроить сервер IIS для веб-синхронизации
How to: Configure Web Synchronization for Merge Replication (RMO Programming)
Веб-синхронизация для репликации слиянием