EapSimCredential structure (eaptypes.h)

The EapSimCredential structure contains information about the SIM that is used by the EAP method for authentication.

Syntax

typedef struct _EapSimCredential {
  LPWSTR iccID;
} EapSimCredential;

Members

iccID

A NULL-terminated Unicode string that contains the ICC-ID of the SIM.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header eaptypes.h

See also

EapCredential