AuthenticationMethod 열거형

정의

웹 동기화를 위해 지원되는 HTTP 인증 방법을 지정하는 값을 열거합니다.

public enum class AuthenticationMethod
public enum AuthenticationMethod
type AuthenticationMethod = 
Public Enum AuthenticationMethod
상속
AuthenticationMethod

필드

BasicAuthentication 0

로그인 및 암호를 사용하는 표준 HTTP 인증 메커니즘을 나타냅니다.

WindowsAuthentication 1

Windows Challenge/Response 인증 메커니즘을 기반으로 하는 HTTP 인증 메커니즘을 나타냅니다. 시도/응답 메커니즘은 구독자 컴퓨터와 IIS 서버 컴퓨터가 같은 Windows 도메인 또는 트러스트된 Windows 도메인에 있는 경우에만 사용할 수 있습니다.

설명

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 버전 2.0에서만 지원됩니다.

적용 대상

추가 정보