Share via


EAP_CERT Error Constants (Compact 7)

3/12/2014

These constants define certificate-related errors common to all EAPHost API technologies.

  • _EAP_CERT_FIRST
    0x0

    Defines the boundary of error reports; any certificate error will occur between _EAP_CERT_FIRST and _EAP_CERT_LAST.

  • _EAP_CERT_LAST
    0xF

    Defines the boundary of error reports; any certificate error will occur between _EAP_CERT_FIRST and _EAP_CERT_LAST.

  • _EAP_CERT_NOT_FOUND
    0x1

    No user certificate was found.

  • _EAP_CERT_INVALID
    0x2

    The user certificate is invalid.

  • _EAP_CERT_EXPIRED
    0x3

    The user certificate has expired.

  • _EAP_CERT_REVOKED
    0x4

    The user certificate was revoked.

  • _EAP_CERT_OTHER_ERROR
    0x5

    There is an unknown certificate related error.

  • _EAP_CERT_REJECTED
    0x6

    The user certificate was rejected.

  • _EAP_CERT_NAME_REQUIRED
    0x7

    The user certificate requires a name.

  • _EAP_GENERAL_FIRST
    0x10

    Defines the boundary of error reports; any general EAP error will occur between _EAP_GENERAL_FIRST and _EAP_GENERAL_LAST.

  • _EAP_GENERAL_LAST
    0x3F

    Defines the boundary of error reports; any general EAP error will occur between _EAP_GENERAL_FIRST and _EAP_GENERAL_LAST.

See Also

Reference

Common EAPHost Constants