다음을 통해 공유


LoginMode 열거형

정의

LoginMode에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum LoginMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type LoginMode = 
Public Enum LoginMode
상속
LoginMode
특성
Newtonsoft.Json.JsonConverterAttribute

필드

Batch 0

LOGON32_LOGON_BATCH Win32 로그인 모드입니다. 일괄 처리 로그인 모드는 장기 실행 병렬 프로세스에 권장됩니다.

Interactive 1

LOGON32_LOGON_INTERACTIVE Win32 로그인 모드입니다. 일부 애플리케이션에는 대화형 로그인 모드와 연결된 권한이 필요합니다. 작업에서 사용되는 애플리케이션의 경우 이 옵션을 사용하는 것이 좋습니다.

적용 대상