EAP Related Error and Information Constants
Individual groups of EAP related error and information constants common to all EAPHost API technologies.
-
EAP_E_EAPHOST_FIRST
-
-
0x80420000L
-
Defines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.
-
-
EAP_E_EAPHOST_LAST
-
-
0x804200FFL
-
Defines the boundary of error reports; any EAPHost related error will occur between EAP_E_EAPHOST_FIRST and EAP_E_EAPHOST_LAST.
-
-
EAP_I_EAPHOST_FIRST
-
-
0x80420000L
-
Defines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.
-
-
EAP_I_EAPHOST_LAST
-
-
0x804200FFL
-
Defines the boundary of information reports; any EAPHost related informational event logging will occur between EAP_I_EAPHOST_FIRST and EAP_I_EAPHOST_LAST.
-
-
EAP_E_CERT_STORE_INACCESSIBLE
-
-
0x80420011
-
Neither the authenticator or peer can access the certificate store.
-
-
EAP_E_EAPHOST_METHOD_NOT_INSTALLED
-
-
0x80420011
-
The requested EAP method is not installed.
-
-
EAP_E_EAPHOST_THIRDPARTY_METHOD_HOST_RESET
-
-
0x80420012
-
The host of the third party method is not responding and was restarted automatically.
-
-
EAP_E_EAPHOST_EAPQEC_INACCESSIBLE
-
-
0x80420013
-
EAPHost not able to communicate with EAP quarantine enforcement client (QEC) on a Network Access Protection (NAP) enabled client.
-
-
EAP_E_EAPHOST_IDENTITY_UNKNOWN
-
-
0x80420014
-
EAPHost returns this error if the authenticator fails the authentication after the peer identity was submitted.
-
-
EAP_E_AUTHENTICATION_FAILED
-
-
0x80420015
-
EAPHost returns this error on authentication failure.
-
-
EAP_I_EAPHOST_EAP_NEGOTIATION_FAILED
-
-
0x40420016
-
EAPHost logs this information event when the client and server aren't configured with compatible EAP types.
-
-
EAP_E_EAPHOST_METHOD_INVALID_PACKET
-
-
0x80420017
-
An EAP method received an EAP packet that cannot be processed. Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.
-
-
EAP_E_EAPHOST_REMOTE_INVALID_PACKET
-
-
0x80420018
-
EAPHost received a packet that cannot be processed. Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.
-
-
EAP_E_EAPHOST_XML_MALFORMED
-
-
0x80420019
-
The EAPHost configuration schema validation failed.
-
-
EAP_E_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO
-
-
0x8042001A
-
Windows 7 or later: The EAP method does not support single sign on (SSO) for the provided configuration.
-
-
EAP_E_EAPHOST_METHOD_OPERATION_NOT_SUPPORTED
-
-
0x80420020
-
EAPHost returns this error when a configured EAP method does not support a requested operation (procedure call).
-
-
EAP_E_USER_FIRST
-
-
0x80420100L
-
Defines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.
-
-
EAP_E_USER_LAST
-
-
0x804201FFL
-
Defines the boundary of error reports; any user related error will occur between EAP_E_USER_FIRST and EAP_E_USER_LAST.
-
-
EAP_I_USER_FIRST
-
-
0x40420100L
-
Defines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.
-
-
EAP_I_USER_LAST
-
-
0x404201FFL
-
Defines the boundary of information reports; any EAP related informational event logging will occur between EAP_I_USER_FIRST and EAP_I_USER_LAST.
-
-
EAP_E_USER_CERT_NOT_FOUND
-
-
0x80420100
-
EAPHost could not find a user certificate for authentication.
-
-
EAP_E_USER_CERT_INVALID
-
-
0x80420101
-
The user certificate being user for authentication does not have proper extended key usage (EKU) set.
-
-
EAP_E_USER_CERT_EXPIRED
-
-
0x80420102
-
EAPhost found an expired user certificate.
-
-
EAP_E_USER_CERT_REVOKED
-
-
0x80420103
-
The user certificate being used for authentication has been revoked.
-
-
EAP_E_USER_CERT_OTHER_ERROR
-
-
0x80420104
-
An unknown error occurred with the user certification being used for authentication.
-
-
EAP_E_USER_CERT_REJECTED
-
-
0x80420105
-
The authenticator rejected the user certification.
-
-
EAP_I_USER_ACCOUNT_OTHER_ERROR
-
-
0x40420110
-
An EAP failure was received after an identity exchange, indicating the likelihood of a problem with the authenticating user's account.
-
-
EAP_E_USER_CREDENTIALS_REJECTED
-
-
0x80420111
-
The authenticator rejected user credentials for authentication.
-
-
EAP_E_USER_NAME_PASSWORD_REJECTED
-
-
0x80420112
-
Windows 7 or later: Authentication failed. The authenticator rejected the user credentials.
-
-
EAP_E_NO_SMART_CARD_READER
-
-
0x80420113
-
Windows 7 or later: No smart card reader found.
-
-
EAP_E_SERVER_FIRST
-
-
0x80420200L
-
Defines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.
-
-
EAP_E_SERVER_LAST
-
-
0x804202FFL
-
Defines the boundary of error reports; any server related error will occur between EAP_E_SERVER_FIRST and EAP_E_SERVER_LAST.
-
-
EAP_E_SERVER_CERT_NOT_FOUND
-
-
0x80420200
-
EAPHost could not find the server certificate for authentication.
-
-
EAP_E_SERVER_CERT_INVALID
-
-
0x80420201
-
The server certificate being user for authentication does not have a proper extended key usage (EKU) set.
-
-
EAP_E_SERVER_CERT_EXPIRED
-
-
0x80420202
-
EAPhost found an expired server certificate.
-
-
EAP_E_SERVER_CERT_REVOKED
-
-
0x80420203
-
The server certificate being used for authentication has been revoked.
-
-
EAP_E_SERVER_CERT_OTHER_ERROR
-
-
0x80420204
-
An unknown error occurred with the server certificate.
-
-
EAP_E_USER_ROOT_CERT_FIRST
-
-
0x80420300L
-
Defines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.
-
-
EAP_E_USER_ROOT_CERT_LAST
-
-
0x804203FFL
-
Defines the boundary of error reports; any user root certificate related error will occur between EAP_E_USER_ROOT_CERT_FIRST and EAP_E_USER_ROOT_CERT_FIRST.
-
-
EAP_E_USER_ROOT_CERT_NOT_FOUND
-
-
0x80420300
-
EAPHost could not find a certificate in a trusted root certificate store for user certification validation.
-
-
EAP_E_USER_ROOT_CERT_INVALID
-
-
0x80420301
-
The authentication failed because the root certificate used for this network is invalid.
-
-
EAP_E_USER_ROOT_CERT_EXPIRED
-
-
0x80420302
-
The trusted root certificate needed for user certificate validation has expired.
-
-
EAP_E_SERVER_ROOT_CERT_FIRST
-
-
0x80420400L
-
Defines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.
-
-
EAP_E_SERVER_ROOT_CERT_LAST
-
-
0x804204FFL
-
Defines the boundary of error reports; any server root certificate related error will occur between EAP_E_SERVER_ROOT_CERT_FIRST and EAP_E_SERVER_ROOT_CERT_FIRST.
-
-
EAP_E_SERVER_ROOT_CERT_NOT_FOUND
-
-
0x80420400
-
EAPHost could not find a root certificate in a trusted root certificate store for the server certification validation.
-
-
EAP_E_SERVER_ROOT_CERT_INVALID
-
-
0x80420401
-
The authentication failed because the server certificate required for this network on the server computer is invalid.
-
-
EAP_E_SERVER_ROOT_CERT_NAME_REQUIRED
-
-
0x80420406
-
The authentication failed because the certificate on the server computer does not have a server name specified.
-
Remarks
There are alternate names for certain errors:
- Another name for EAP_E_EAPHOST_METHOD_INVALID_PACKET is EAP_METHOD_INVALID_PACKET.
- Another name for EAP_E_EAPHOST_REMOTE_INVALID_PACKET is EAP_INVALID_PACKET.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|