Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates values that specify the supported HTTP authentication methods for Web synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Enumeration AuthenticationMethod
'Usage
Dim instance As AuthenticationMethod
public enum AuthenticationMethod
public enum class AuthenticationMethod
type AuthenticationMethod
public enum AuthenticationMethod
Members
Member name | Description | |
---|---|---|
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. |
Remarks
This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.
See Also
Reference
Microsoft.SqlServer.Replication Namespace
Other Resources
Configure IIS for Web Synchronization
How to: Configure Web Synchronization for Merge Replication (RMO Programming)