次の方法で共有


EAP_CRED_REQ (Compact 2013)

3/26/2014

This structure determines the type of data BLOB that can be pointed to by the pbUiData parameter of the EAP_INTERACTIVE_UI_DATA structure.

Syntax

typedef struct _EAP_CRED_CHANGE_REQ {
  EAP_CONFIG_INPUT_FIELD_ARRAY EAP_CRED_REQ;
} EAP_CRED_REQ,
  EAP_CRED_RESP;

Members

  • EAP_CRED_REQ
    If the parameter dwDataType of EAP_CONFIG_INPUT_FIELD_ARRAY specifies a credential request type, the data pointed to by this parameter is defined by the EAP_CRED_REQ structure.

Remarks

The EAP_CRED_REQ structure is used to support Single-Sign-On (SSO).

The EAP_CRED_REQ structure is identical to the EAP_CRED_RESP structure.

See Also

Reference

EAPHost Supplicant Structures
EAP_CRED_RESP
EAP_CRED_EXPIRY_REQ
EAP_CRED_EXPIRY_RESP
EAP_INTERACTIVE_UI_DATA