EapHostPeerAuthParams enumeration (eaphostpeertypes.h)

Defines the set of possible authentication parameter values.

Syntax

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

Constants

 
EapHostPeerAuthStatus
Value: 1
Contains the current status of authentication for the supplicant.
EapHostPeerIdentity
Contains the user identity of the supplicant.
EapHostPeerIdentityExtendedInfo
Contains extended user identity information for the supplicant from the identity packet.
EapHostNapInfo
Windows 7 or later: Contains NAP-related information for the supplicant in an EapHostPeerNapInfo structure.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header eaphostpeertypes.h

See also

EAPHost Supplicant Enumerations

EapHostPeerGetAuthStatus