|
WinStd
Windows Win32 API using Standard C++
|
EAP_ATTRIBUTE wrapper class. More...
#include <WinStd/EAP.h>
Public Member Functions | |
| eap_attr () noexcept | |
| Initializes a new EAP attribute set to eatReserved. | |
| eap_attr (const EAP_ATTRIBUTE &a) | |
| Copies an existing EAP attribute. | |
| eap_attr (eap_attr &&a) noexcept | |
| Moves an existing EAP attribute. | |
| ~eap_attr () | |
| Destroys the EAP attribute. | |
| eap_attr & | operator= (const EAP_ATTRIBUTE &a) |
| Copies an existing EAP attribute. | |
| eap_attr & | operator= (eap_attr &&a) noexcept |
| Moves an existing EAP attribute. | |
| void | create_ms_mppe_key (BYTE bVendorType, LPCBYTE pbKey, BYTE nKeySize) |
| Creates MS-MPPE-Send-Key or MS-MPPE-Recv-Key. | |
EAP_ATTRIBUTE wrapper class.
|
inline |
Creates MS-MPPE-Send-Key or MS-MPPE-Recv-Key.