The SECURITY_LOGON_TYPE enumeration indicates the type of logon requested by a logon process.
Syntax
|
typedef enum _SECURITY_LOGON_TYPE {
Interactive = 2,
Network,
Batch,
Service,
Proxy,
Unlock,
NetworkCleartext,
NewCredentials,
RemoteInteractive,
CachedInteractive,
CachedRemoteInteractive,
CachedUnlock
} SECURITY_LOGON_TYPE, *PSECURITY_LOGON_TYPE;
|
Constants
- Interactive
The security principal is logging on interactively.
- Network
The security principal is logging using a network.
- Batch
The logon is for a batch process.
- Service
The logon is for a service account.
- Proxy
Not supported.
- Unlock
The logon is an attempt to unlock a workstation.
- NetworkCleartext
The logon is a network logon with cleartext credentials.
- NewCredentials
Allows the caller to clone its current token and specify new credentials for outbound connections. The new logon session has the same local identity but uses different credentials for other network connections.
- RemoteInteractive
A terminal server session that is both remote and interactive.
- CachedInteractive
Attempt to use the cached credentials without going out across the network.
- CachedRemoteInteractive
Same as RemoteInteractive, except used internally for auditing purposes.
- CachedUnlock
The logon is an attempt to unlock a workstation.
Requirements
| Client | Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
| Server | Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
| Header | Declared in Ntsecapi.h. |
Send comments about this topic to Microsoft
Build date: 7/31/2008