This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
1 | 0x800B0001 | Unknown trust provider. | TRUST_E_PROVIDER_UNKNOWN |
2 | 0x800B0002 | The trust verification action specified is not supported by the specified trust provider. | TRUST_E_ACTION_UNKNOWN |
3 | 0x800B0003 | The form specified for the subject is not one supported or known by the specified trust provider. | TRUST_E_SUBJECT_FORM_UNKNOWN |
4 | 0x800B0004 | The subject is not trusted for the specified action. | TRUST_E_SUBJECT_NOT_TRUSTED |
5 | 0x800B0005 | Error due to problem in ASN.1 encoding process. | DIGSIG_E_ENCODE |
6 | 0x800B0006 | Error due to problem in ASN.1 decoding process. | DIGSIG_E_DECODE |
7 | 0x800B0007 | Reading / writing Extensions where Attributes are appropriate, and visa versa. | DIGSIG_E_EXTENSIBILITY |
8 | 0x800B0008 | Unspecified cryptographic failure. | DIGSIG_E_CRYPTO |
9 | 0x800B0009 | The size of the data could not be determined. | PERSIST_E_SIZEDEFINITE |
10 | 0x800B000A | The size of the indefinite-sized data could not be determined. | PERSIST_E_SIZEINDEFINITE |
11 | 0x800B000B | This object does not read and write self-sizing data. | PERSIST_E_NOTSELFSIZING |
256 | 0x800B0100 | No signature was present in the subject. | TRUST_E_NOSIGNATURE |
257 | 0x800B0101 | 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 |
258 | 0x800B0102 | The validity periods of the certification chain do not nest correctly. | CERT_E_VALIDITYPERIODNESTING |
259 | 0x800B0103 | A certificate that can only be used as an end-entity is being used as a CA or visa versa. | CERT_E_ROLE |
260 | 0x800B0104 | A path length constraint in the certification chain has been violated. | CERT_E_PATHLENCONST |
261 | 0x800B0105 | A certificate contains an unknown extension that is marked 'critical'. | CERT_E_CRITICAL |
262 | 0x800B0106 | A certificate being used for a purpose other than the ones specified by its CA. | CERT_E_PURPOSE |
263 | 0x800B0107 | A parent of a given certificate in fact did not issue that child certificate. | CERT_E_ISSUERCHAINING |
264 | 0x800B0108 | A certificate is missing or has an empty value for an important field, such as a subject or issuer name. | CERT_E_MALFORMED |
265 | 0x800B0109 | A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. | CERT_E_UNTRUSTEDROOT |
266 | 0x800B010A | A certificate chain could not be built to a trusted root authority. | CERT_E_CHAINING |
267 | 0x800B010B | Generic trust failure. | TRUST_E_FAIL |
268 | 0x800B010C | A certificate was explicitly revoked by its issuer. | CERT_E_REVOKED |
269 | 0x800B010D | The certification path terminates with the test root which is not trusted with the current policy settings. | CERT_E_UNTRUSTEDTESTROOT |
270 | 0x800B010E | The revocation process could not continue - the certificate(s) could not be checked. | CERT_E_REVOCATION_FAILURE |
271 | 0x800B010F | The certificate's CN name does not match the passed value. | CERT_E_CN_NO_MATCH |
272 | 0x800B0110 | The certificate is not valid for the requested usage. | CERT_E_WRONG_USAGE |
273 | 0x800B0111 | The certificate was explicitly marked as untrusted by the user. | TRUST_E_EXPLICIT_DISTRUST |
274 | 0x800B0112 | A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. | CERT_E_UNTRUSTEDCA |
275 | 0x800B0113 | The certificate has invalid policy. | CERT_E_INVALID_POLICY |
276 | 0x800B0114 | 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