Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the set of possible authentication parameter values.
Syntax
typedef enum tagEapHostPeerAuthParams {
EapHostPeerAuthStatus = 1,
EapHostPeerIdentity,
EapHostPeerIdentityExtendedInfo,
EapHostNapInfo
} EapHostPeerAuthParams;
Constants
EapHostPeerAuthStatusValue: 1 Contains the current status of authentication for the supplicant. |
EapHostPeerIdentityContains the user identity of the supplicant. |
EapHostPeerIdentityExtendedInfoContains extended user identity information for the supplicant from the identity packet. |
EapHostNapInfoWindows 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 |