Logon32Type Enumeration

Scanjour Workflow4 Reference Manual
Enum representing the LOGON32 types used by windows

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public enum Logon32Type
Members

  Member nameValueDescription
Interactive2 Used when a user logs in to a computer
Network3 Used to access a computer or device via network.
Batch4 Used for scheduled tasks (among other things).
Service5 Used for services.
Unlock7 Used when unlocking a computer after idling.
NetworkClearText8 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.
NewCredentials9 Used when using 'Run As'
See Also

Reference