LogonType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class LogonType
public enum LogonType
type LogonType =
Public Enum LogonType
- Inheritance
-
LogonType
Fields
Name | Value | Description |
---|---|---|
LOGON32_LOGON_INTERACTIVE | 2 | |
LOGON32_LOGON_NETWORK | 3 | |
LOGON32_LOGON_BATCH | 4 | |
LOGON32_LOGON_SERVICE | 5 | |
LOGON32_LOGON_UNLOCK | 7 | |
LOGON32_LOGON_NETWORK_CLEARTEXT | 8 | |
LOGON32_LOGON_NEW_CREDENTIALS | 9 |