SecPkgContext_EapKeyBlock structure (schannel.h)
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[128]
An array of 128 bytes that contain key data used by the EAP TLS Authentication Protocol.
rgbIVs[64]
An array of 64 bytes that contain initialization vector data used by the EAP TLS Authentication Protocol.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | schannel.h (include Security.h) |