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

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

See also

EAPHost Supplicant Structures

EAP_CRED_REQ

EAP_CRED_RESP

EAP_CRED_EXPIRY_REQ

EAP_INTERACTIVE_UI_DATA

SSO and PLAP