Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EAP_CRED_EXPIRY_REQ 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
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_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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eaptypes.h |