Enum representing the LOGON32 types used by windows
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Interactive | 2 | Used when a user logs in to a computer | |
Network | 3 | Used to access a computer or device via network. | |
Batch | 4 | Used for scheduled tasks (among other things). | |
Service | 5 | Used for services. | |
Unlock | 7 | Used when unlocking a computer after idling. | |
NetworkClearText | 8 | Used as Network, but as cleartext. Windows may not allow this type of logon to fileshares, printers and so on, where normal Network logon will work. | |
NewCredentials | 9 | Used when using 'Run As' |
See Also