EAP_CRED_EXPIRY_RESP structure
The EAP_CRED_EXPIRY_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_EXPIRY_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.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
Eaptypes.h |