Enum representing the LOGON32 types used by windows
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxPublic Enumeration Logon32Type
public enum class Logon32Type
MembersMember 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