EAP_CRED_EXPIRY_RESP (Compact 2013)
3/26/2014
The EAP_CRED_RESP structure contains both the old and new EAP credentials for credential expiry operations.
Syntax
typedef struct _EAP_CRED_EXPIRY_RESP {
EAP_CONFIG_INPUT_FIELD_ARRAY curCreds;
EAP_CONFIG_INPUT_FIELD_ARRAY newCreds;
} EAP_CRED_EXPIRY_RESP,
*PEAP_CRED_EXPIRY_RESP;
Members
- curCreds
EAP_CONFIG_INPUT_FIELD_ARRAY structure that contains the old EAP credentials.
- newCreds
EAP_CONFIG_INPUT_FIELD_ARRAY structure that contains the new EAP credentials.
Remarks
The EAP_CRED_RESP structure can be employed to support Single-Sign-On (SSO).
The EAP_CRED_EXPIRY_RESP structure is identical to the EAP_CRED_EXPIRY_REQ structure.
See Also
Reference
EAPHost Supplicant Structures
EAP_CRED_REQ
EAP_CRED_RESP
EAP_CRED_EXPIRY_REQ
EAP_INTERACTIVE_UI_DATA