EAP_CERT Error Constants (Compact 2013)
3/26/2014
These constants define certificate-related errors common to all EAPHost API technologies.
_EAP_CERT_FIRST
0x0Defines the boundary of error reports; any certificate error will occur between _EAP_CERT_FIRST and _EAP_CERT_LAST.
_EAP_CERT_LAST
0xFDefines the boundary of error reports; any certificate error will occur between _EAP_CERT_FIRST and _EAP_CERT_LAST.
_EAP_CERT_NOT_FOUND
0x1No user certificate was found.
_EAP_CERT_INVALID
0x2The user certificate is invalid.
_EAP_CERT_EXPIRED
0x3The user certificate has expired.
_EAP_CERT_REVOKED
0x4The user certificate was revoked.
_EAP_CERT_OTHER_ERROR
0x5There is an unknown certificate related error.
_EAP_CERT_REJECTED
0x6The user certificate was rejected.
_EAP_CERT_NAME_REQUIRED
0x7The user certificate requires a name.
_EAP_GENERAL_FIRST
0x10Defines the boundary of error reports; any general EAP error will occur between _EAP_GENERAL_FIRST and _EAP_GENERAL_LAST.
_EAP_GENERAL_LAST
0x3FDefines the boundary of error reports; any general EAP error will occur between _EAP_GENERAL_FIRST and _EAP_GENERAL_LAST.