SecPkgContext_EapKeyBlock structure
The SecPkgContext_EapKeyBlock structure contains key data used by the EAP TLS Authentication Protocol. For information about the EAP TLS Authentication Protocol, see http://www.ietf.org/rfc/rfc2716.txt.
Syntax
typedef struct _SecPkgContext_EapKeyBlock { BYTE rgbKeys[128]; BYTE rgbIVs[64]; } SecPkgContext_EapKeyBlock, *PSecPkgContext_EapKeyBlock;
Members
- rgbKeys
-
An array of 128 bytes that contain key data used by the EAP TLS Authentication Protocol.
- rgbIVs
-
An array of 64 bytes that contain initialization vector data used by the EAP TLS Authentication Protocol.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|