Platform SDK: RAS/Routing and RAS |
The RASEAPUSERIDENTITY structure stores identity information for a particular user. This information is required for remote access connections that use Extensible Authentication Protocol (EAP) for authentication.
struct RASEAPUSERIDENTITY { TCHAR szUserName[ UNLEN + 1 ]; // user name DWORD dwSizeofEapInfo; // size of identity info BYTE pbEapInfo[ 1 ]; // identity info };
Obtain the EAP information for the current user by calling RasGetEapUserIdentity. This function will return a RASEAPUSERIDENTITY structure containing the EAP information. Free the memory occupied by this structure by calling RasFreeEapUserIdentity.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.