AuthenticationSchemes 열거형

정의

인증에 사용할 프로토콜을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class AuthenticationSchemes
[System.Flags]
public enum AuthenticationSchemes
[<System.Flags>]
type AuthenticationSchemes = 
Public Enum AuthenticationSchemes
상속
AuthenticationSchemes
특성

필드

Basic 1

기본 인증을 지정합니다.

Kerberos 16

Kerberos 인증을 지정합니다.

Negotiate 8

클라이언트와 협상하여 인증 체계를 결정합니다. 클라이언트와 서버 모두 Kerberos를 지원하면 이 인증 체계가 사용되고, 그렇지 않으면 NTLM이 사용됩니다.

None 0

인증을 사용할 수 없습니다. HttpSysOptions.Authentication.AllowAnonymous를 사용하도록 설정한 경우에만 사용해야 합니다(참조 AllowAnonymous).

NTLM 4

NTLM 인증을 지정합니다.

적용 대상