KERB_LOGON_SUBMIT_TYPE enumeration
The KERB_LOGON_SUBMIT_TYPE enumeration identifies the type of logon being requested.
Syntax
typedef enum _KERB_LOGON_SUBMIT_TYPE { KerbInteractiveLogon = 2, KerbSmartCardLogon = 6, KerbWorkstationUnlockLogon = 7, KerbSmartCardUnlockLogon = 8, KerbProxyLogon = 9, KerbTicketLogon = 10, KerbTicketUnlockLogon = 11, KerbS4ULogon = 12, KerbCertificateLogon = 13, KerbCertificateS4ULogon = 14, KerbCertificateUnlockLogon = 15 } KERB_LOGON_SUBMIT_TYPE, *PKERB_LOGON_SUBMIT_TYPE;
Constants
- KerbInteractiveLogon
-
Perform an interactive logon.
- KerbSmartCardLogon
-
Logon using a smart card.
- KerbWorkstationUnlockLogon
-
Unlock a workstation.
- KerbSmartCardUnlockLogon
-
Unlock a workstation using a smart card.
- KerbProxyLogon
-
Logon using a proxy server.
- KerbTicketLogon
-
Logon using a valid Kerberos ticket as a credential.
- KerbTicketUnlockLogon
-
Unlock a workstation by using a Kerberos ticket.
- KerbS4ULogon
-
Perform a service for user logon.
- KerbCertificateLogon
-
Logon interactively using a certificate stored on a smart card.
- KerbCertificateS4ULogon
-
Perform a service for user logon using a certificate stored on a smart card.
- KerbCertificateUnlockLogon
-
Unlock a workstation using a certificate stored on a smart card.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 1/2/2013