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 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 |