KERB_LOGON_SUBMIT_TYPE 枚举 (ntsecapi.h)

KERB_LOGON_SUBMIT_TYPE枚举标识所请求的登录类型。

语法

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,
  KerbNoElevationLogon = 83,
  KerbLuidLogon = 84
} KERB_LOGON_SUBMIT_TYPE, *PKERB_LOGON_SUBMIT_TYPE;

常量

 
KerbInteractiveLogon
值: 2
执行交互式登录。
KerbSmartCardLogon
值: 6
使用智能卡登录。
KerbWorkstationUnlockLogon
值: 7
解锁工作站。
KerbSmartCardUnlockLogon
值: 8
使用智能卡解锁工作站。
KerbProxyLogon
值: 9
使用代理服务器登录。
KerbTicketLogon
值: 10
使用有效的 Kerberos 票证作为凭据登录。
KerbTicketUnlockLogon
值: 11
使用 Kerberos 票证解锁工作站。
KerbS4ULogon
值: 12
执行用户登录服务。
KerbCertificateLogon
值: 13
使用存储在智能卡上的证书以交互方式登录。
KerbCertificateS4ULogon
值: 14
使用存储在智能卡上的证书执行用户登录服务。
KerbCertificateUnlockLogon
值: 15
使用存储在智能卡上的证书解锁工作站。
KerbNoElevationLogon
值: 83
KerbLuidLogon
值: 84

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 ntsecapi.h