AuthenticationMode 열거형

정의

Visual Basic 애플리케이션에서 My.User 개체의 사용자를 인증하는 방법을 나타냅니다.

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

필드

ApplicationDefined 1

WindowsFormsApplicationBase(AuthenticationMode) 생성자는 애플리케이션의 주 스레드에 대한 보안 주체를 초기화하지 않습니다. 애플리케이션은 애플리케이션의 주 스레드에 대한 보안 주체를 초기화해야 합니다.

Windows 0

WindowsFormsApplicationBase(AuthenticationMode) 생성자는 현재 사용자의 Windows 사용자 정보를 사용하여 애플리케이션의 주 스레드에 대한 보안 주체를 초기화합니다.

설명

이 열거형 값 중 하나를 전달 하 여 애플리케이션에 대 한 인증 모드를 설정할 수는 WindowsFormsApplicationBase 생성자입니다. 자세한 내용은 Visual Basic 애플리케이션 모델 확장합니다.

Visual Basic 애플리케이션 모델을 사용 하는 Visual Basic 애플리케이션을 Windows 인증 또는 사용자 지정 인증을 사용 하는지 여부를 지정할 수 있습니다. 또한 Visual Studio 통합 개발 환경에서 인증 모드를 구성할 수 있습니다. 자세한 내용은 Application Page, Project Designer (Visual Basic)을 참조하세요.

적용 대상

추가 정보