AuthenticationMethod Enumeration
Enumerates values that specify the supported HTTP authentication methods for Web synchronization.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Sintassi
'Dichiarazione
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. |
Osservazioni
This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Microsoft.SqlServer.Replication Namespace
Altre risorse
Procedura: Configurazione di IIS per la sincronizzazione tramite il Web
How to: Configure Web Synchronization for Merge Replication (RMO Programming)
Sincronizzazione Web per la replica di tipo merge