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.
The RASEAPINFO structure contains user-specific Extensible Authentication Protocol (EAP) information. Use RASEAPINFO to pass this information to the RasDial function.
Syntax
typedef struct tagRASEAPINFO {
DWORD dwSizeofEapInfo;
BYTE *pbEapInfo;
} tagRASEAPINFO;
Members
dwSizeofEapInfo
Specifies the size of the binary information pointed to by the pbEapInfo member.pbEapInfo
Pointer to binary EAP information. RasDial uses this information for authentication.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Ras.h |
See also
Remote Access Service (RAS) Overview