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 구성

방법: 병합 복제에 대한 웹 동기화 구성(RMO 프로그래밍)

병합 복제에 대한 웹 동기화