Share via


EAP_CRED_EXPIRY_REQ (Compact 2013)

3/26/2014

This structure contains both the old and new EAP credentials for credential expiry operations.

Syntax

typedef struct _EAP_CRED_EXPIRY_REQ {
  EAP_CONFIG_INPUT_FIELD_ARRAY curCreds;
  EAP_CONFIG_INPUT_FIELD_ARRAY newCreds;
} EAP_CRED_EXPIRY_REQ,
  EAP_CRED_EXPIRY_RESP;

Members

  • newCreds
    EAP_CONFIG_INPUT_FIELD_ARRAY structure that contains the new EAP credentials.

Remarks

The EAP_CRED_EXPIRY_REQ structure can be employed to support Single-Sign-On (SSO).

The EAP_CRED_EXPIRY_REQ structure is identical to the EAP_CRED_EXPIRY_RESP structure.

See Also

Reference

EAPHost Supplicant Structures
EAP_CRED_REQ
EAP_CRED_RESP
EAP_CRED_EXPIRY_RESP
EAP_INTERACTIVE_UI_DATA