Tuesday, September 27, 2011

HRESULTS: FACILITY_CERT


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

CodeHRESULTDescription#define
10x800B0001 Unknown trust provider. TRUST_E_PROVIDER_UNKNOWN
20x800B0002 The trust verification action specified is not supported by the specified trust provider. TRUST_E_ACTION_UNKNOWN
30x800B0003 The form specified for the subject is not one supported or known by the specified trust provider. TRUST_E_SUBJECT_FORM_UNKNOWN
40x800B0004 The subject is not trusted for the specified action. TRUST_E_SUBJECT_NOT_TRUSTED
50x800B0005 Error due to problem in ASN.1 encoding process. DIGSIG_E_ENCODE
60x800B0006 Error due to problem in ASN.1 decoding process. DIGSIG_E_DECODE
70x800B0007 Reading / writing Extensions where Attributes are appropriate, and visa versa. DIGSIG_E_EXTENSIBILITY
80x800B0008 Unspecified cryptographic failure. DIGSIG_E_CRYPTO
90x800B0009 The size of the data could not be determined. PERSIST_E_SIZEDEFINITE
100x800B000A The size of the indefinite-sized data could not be determined. PERSIST_E_SIZEINDEFINITE
110x800B000B This object does not read and write self-sizing data. PERSIST_E_NOTSELFSIZING
2560x800B0100 No signature was present in the subject. TRUST_E_NOSIGNATURE
2570x800B0101 A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. CERT_E_EXPIRED
2580x800B0102 The validity periods of the certification chain do not nest correctly. CERT_E_VALIDITYPERIODNESTING
2590x800B0103 A certificate that can only be used as an end-entity is being used as a CA or visa versa. CERT_E_ROLE
2600x800B0104 A path length constraint in the certification chain has been violated. CERT_E_PATHLENCONST
2610x800B0105 A certificate contains an unknown extension that is marked 'critical'. CERT_E_CRITICAL
2620x800B0106 A certificate being used for a purpose other than the ones specified by its CA. CERT_E_PURPOSE
2630x800B0107 A parent of a given certificate in fact did not issue that child certificate. CERT_E_ISSUERCHAINING
2640x800B0108 A certificate is missing or has an empty value for an important field, such as a subject or issuer name. CERT_E_MALFORMED
2650x800B0109 A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. CERT_E_UNTRUSTEDROOT
2660x800B010A A certificate chain could not be built to a trusted root authority. CERT_E_CHAINING
2670x800B010B Generic trust failure. TRUST_E_FAIL
2680x800B010C A certificate was explicitly revoked by its issuer. CERT_E_REVOKED
2690x800B010D The certification path terminates with the test root which is not trusted with the current policy settings. CERT_E_UNTRUSTEDTESTROOT
2700x800B010E The revocation process could not continue - the certificate(s) could not be checked. CERT_E_REVOCATION_FAILURE
2710x800B010F The certificate's CN name does not match the passed value. CERT_E_CN_NO_MATCH
2720x800B0110 The certificate is not valid for the requested usage. CERT_E_WRONG_USAGE
2730x800B0111 The certificate was explicitly marked as untrusted by the user. TRUST_E_EXPLICIT_DISTRUST
2740x800B0112 A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. CERT_E_UNTRUSTEDCA
2750x800B0113 The certificate has invalid policy. CERT_E_INVALID_POLICY
2760x800B0114 The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. CERT_E_INVALID_NAME

No comments:

Post a Comment