EapHostPeerAuthParams 枚举 (eaphostpeertypes.h)

定义一组可能的身份验证参数值。

语法

typedef enum tagEapHostPeerAuthParams {
  EapHostPeerAuthStatus = 1,
  EapHostPeerIdentity,
  EapHostPeerIdentityExtendedInfo,
  EapHostNapInfo
} EapHostPeerAuthParams;

常量

 
EapHostPeerAuthStatus
值:1
包含请求者身份验证的当前状态。
EapHostPeerIdentity
包含请求者的用户标识。
EapHostPeerIdentityExtendedInfo
包含标识数据包中请求的扩展用户标识信息。
EapHostNapInfo
Windows 7 或更高版本:包含 EapHostPeerNapInfo 结构中请求者的 NAP 相关信息。

要求

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

另请参阅

EAPHost 请求枚举

EapHostPeerGetAuthStatus