PKIFPATHErrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFPATHERRORS_H__
00010 #define __PKIFPATHERRORS_H__
00011
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015
00016 #include "components.h"
00017 #include "PKIFCommonErrors.h"
00019 #define PATH_LENGTH_VIOLATION TOOLKIT_PATH_ERROR_BASE + 1
00020
00022 #define PATH_NAME_CHAINING_VIOLATION TOOLKIT_PATH_ERROR_BASE + 2
00023
00025 #define PATH_BASIC_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 3
00026
00028 #define PATH_VALIDITY_PERIOD_VIOLATION_NOT_YET_VALID TOOLKIT_PATH_ERROR_BASE + 4
00029
00031 #define PATH_KEY_USAGE_VIOLATION TOOLKIT_PATH_ERROR_BASE + 5
00032
00035 #define PATH_SIGNATURE_VERIFICATION_FAILED TOOLKIT_PATH_ERROR_BASE + 6
00036
00038 #define PATH_CERT_REVOKED TOOLKIT_PATH_ERROR_BASE + 7
00039
00041 #define PATH_UNPROCESSED_CRITICAL_EXTENSION TOOLKIT_PATH_ERROR_BASE + 8
00042
00044 #define PATH_TRUST_ROOT_NOT_SET TOOLKIT_PATH_ERROR_BASE + 9
00045
00047 #define PATH_TRUST_ROOT_NO_CERT TOOLKIT_PATH_ERROR_BASE + 10
00048
00050 #define PATH_NAME_CONSTRAINTS_VIOLATION TOOLKIT_PATH_ERROR_BASE + 11
00051
00054 #define PATH_APP_DEFINED_CHECK_FAILED TOOLKIT_PATH_ERROR_BASE + 12
00055
00057 #define PATH_ALG_CHAINING_FAILURE TOOLKIT_PATH_ERROR_BASE + 13
00058
00060 #define PATH_NULL_USER_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 14
00061
00063 #define PATH_CERT_REVOCATION_STATUS_NOT_DETERMINED TOOLKIT_PATH_ERROR_BASE + 15
00064
00066 #define PATH_NULL_AUTH_POLICY_SET TOOLKIT_PATH_ERROR_BASE + 16
00067
00069 #define PATH_VALIDITY_PERIOD_VIOLATION_EXPIRED TOOLKIT_PATH_ERROR_BASE + 17
00070
00071 #endif
00072