ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

cryptuires.h
Go to the documentation of this file.
00001 /*
00002  * Copyright 2008 Juan Lang
00003  *
00004  * This library is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU Lesser General Public
00006  * License as published by the Free Software Foundation; either
00007  * version 2.1 of the License, or (at your option) any later version.
00008  *
00009  * This library is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012  * Lesser General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU Lesser General Public
00015  * License along with this library; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
00017  */
00018 #ifndef __CRYPTUIRES_H_
00019 #define __CRYPTUIRES_H_
00020 
00021 #include <windef.h>
00022 #include <winuser.h>
00023 #include <commctrl.h>
00024 
00025 #define IDS_CERTIFICATE 1000
00026 #define IDS_CERTIFICATEINFORMATION 1001
00027 #define IDS_CERT_INFO_BAD_SIG 1002
00028 #define IDS_CERT_INFO_UNTRUSTED_CA 1003
00029 #define IDS_CERT_INFO_UNTRUSTED_ROOT 1004
00030 #define IDS_CERT_INFO_PARTIAL_CHAIN 1005
00031 #define IDS_CERT_INFO_BAD_PURPOSES 1006
00032 #define IDS_CERT_INFO_PURPOSES 1007
00033 
00034 #define IDS_SUBJECT_HEADING 1010
00035 #define IDS_ISSUER_HEADING 1011
00036 #define IDS_VALID_FROM 1012
00037 #define IDS_VALID_TO 1013
00038 #define IDS_CERTIFICATE_BAD_SIGNATURE 1014
00039 #define IDS_CERTIFICATE_BAD_TIME 1015
00040 #define IDS_CERTIFICATE_BAD_TIMENEST 1016
00041 #define IDS_CERTIFICATE_REVOKED 1017
00042 #define IDS_CERTIFICATE_VALID 1018
00043 #define IDS_FIELD 1019
00044 #define IDS_VALUE 1020
00045 #define IDS_FIELDS_ALL 1021
00046 #define IDS_FIELDS_V1 1022
00047 #define IDS_FIELDS_EXTENSIONS 1023
00048 #define IDS_FIELDS_CRITICAL_EXTENSIONS 1024
00049 #define IDS_FIELDS_PROPERTIES 1025
00050 #define IDS_FIELD_VERSION 1026
00051 #define IDS_FIELD_SERIAL_NUMBER 1027
00052 #define IDS_FIELD_ISSUER 1028
00053 #define IDS_FIELD_VALID_FROM 1029
00054 #define IDS_FIELD_VALID_TO 1030
00055 #define IDS_FIELD_SUBJECT 1031
00056 #define IDS_FIELD_PUBLIC_KEY 1032
00057 #define IDS_FIELD_PUBLIC_KEY_FORMAT 1033
00058 #define IDS_PROP_HASH 1034
00059 #define IDS_PROP_ENHKEY_USAGE 1035
00060 #define IDS_PROP_FRIENDLY_NAME 1036
00061 #define IDS_PROP_DESCRIPTION 1037
00062 #define IDS_CERTIFICATE_PROPERTIES 1038
00063 #define IDS_CERTIFICATE_PURPOSE_ERROR 1039
00064 #define IDS_CERTIFICATE_PURPOSE_EXISTS 1040
00065 #define IDS_SELECT_STORE_TITLE 1041
00066 #define IDS_SELECT_STORE 1042
00067 #define IDS_IMPORT_WIZARD 1043
00068 #define IDS_IMPORT_TYPE_MISMATCH 1044
00069 #define IDS_IMPORT_FILE_TITLE 1045
00070 #define IDS_IMPORT_FILE_SUBTITLE 1046
00071 #define IDS_IMPORT_STORE_TITLE 1047
00072 #define IDS_IMPORT_STORE_SUBTITLE 1048
00073 #define IDS_IMPORT_FILTER_CERT 1049
00074 #define IDS_IMPORT_FILTER_PFX 1050
00075 #define IDS_IMPORT_FILTER_CRL 1051
00076 #define IDS_IMPORT_FILTER_CTL 1052
00077 #define IDS_IMPORT_FILTER_SERIALIZED_STORE 1053
00078 #define IDS_IMPORT_FILTER_CMS 1054
00079 #define IDS_IMPORT_FILTER_ALL 1055
00080 #define IDS_IMPORT_EMPTY_FILE 1056
00081 #define IDS_IMPORT_BAD_FORMAT 1057
00082 #define IDS_IMPORT_OPEN_FAILED 1058
00083 #define IDS_IMPORT_DEST_DETERMINED 1059
00084 #define IDS_IMPORT_SELECT_STORE 1060
00085 #define IDS_IMPORT_STORE_SELECTION 1061
00086 #define IDS_IMPORT_DEST_AUTOMATIC 1062
00087 #define IDS_IMPORT_FILE 1063
00088 #define IDS_IMPORT_CONTENT 1064
00089 #define IDS_IMPORT_CONTENT_CERT 1065
00090 #define IDS_IMPORT_CONTENT_CRL 1066
00091 #define IDS_IMPORT_CONTENT_CTL 1067
00092 #define IDS_IMPORT_CONTENT_CMS 1068
00093 #define IDS_IMPORT_CONTENT_PFX 1069
00094 #define IDS_IMPORT_CONTENT_STORE 1070
00095 #define IDS_IMPORT_SUCCEEDED 1071
00096 #define IDS_IMPORT_FAILED 1072
00097 #define IDS_WIZARD_TITLE_FONT 1073
00098 #define IDS_PURPOSE_ALL 1074
00099 #define IDS_PURPOSE_ADVANCED 1075
00100 #define IDS_SUBJECT_COLUMN 1076
00101 #define IDS_ISSUER_COLUMN 1077
00102 #define IDS_EXPIRATION_COLUMN 1078
00103 #define IDS_FRIENDLY_NAME_COLUMN 1079
00104 #define IDS_ALLOWED_PURPOSE_ALL 1080
00105 #define IDS_ALLOWED_PURPOSE_NONE 1081
00106 #define IDS_WARN_REMOVE_MY 1082
00107 #define IDS_WARN_REMOVE_PLURAL_MY 1083
00108 #define IDS_WARN_REMOVE_ADDRESSBOOK 1084
00109 #define IDS_WARN_REMOVE_PLURAL_ADDRESSBOOK 1085
00110 #define IDS_WARN_REMOVE_CA 1086
00111 #define IDS_WARN_REMOVE_PLURAL_CA 1087
00112 #define IDS_WARN_REMOVE_ROOT 1088
00113 #define IDS_WARN_REMOVE_PLURAL_ROOT 1089
00114 #define IDS_WARN_REMOVE_TRUSTEDPUBLISHER 1090
00115 #define IDS_WARN_REMOVE_PLURAL_TRUSTEDPUBLISHER 1091
00116 #define IDS_WARN_REMOVE_DEFAULT 1092
00117 #define IDS_WARN_REMOVE_PLURAL_DEFAULT 1093
00118 #define IDS_CERT_MGR 1094
00119 #define IDS_FRIENDLY_NAME_NONE 1095
00120 
00121 #define IDS_PURPOSE_SERVER_AUTH 1100
00122 #define IDS_PURPOSE_CLIENT_AUTH 1101
00123 #define IDS_PURPOSE_CODE_SIGNING 1102
00124 #define IDS_PURPOSE_EMAIL_PROTECTION 1103
00125 #define IDS_PURPOSE_IPSEC 1104
00126 #define IDS_PURPOSE_TIMESTAMP_SIGNING 1105
00127 #define IDS_PURPOSE_CTL_USAGE_SIGNING 1106
00128 #define IDS_PURPOSE_EFS 1107
00129 #define IDS_PURPOSE_EFS_RECOVERY 1108
00130 #define IDS_PURPOSE_WHQL 1109
00131 #define IDS_PURPOSE_NT5 1110
00132 #define IDS_PURPOSE_OEM_WHQL 1111
00133 #define IDS_PURPOSE_EMBEDDED_NT 1112
00134 #define IDS_PURPOSE_ROOT_LIST_SIGNER 1113
00135 #define IDS_PURPOSE_QUALIFIED_SUBORDINATION 1114
00136 #define IDS_PURPOSE_KEY_RECOVERY 1115
00137 #define IDS_PURPOSE_DOCUMENT_SIGNING 1116
00138 #define IDS_PURPOSE_LIFETIME_SIGNING 1117
00139 #define IDS_PURPOSE_DRM 1118
00140 #define IDS_PURPOSE_LICENSES 1119
00141 #define IDS_PURPOSE_LICENSE_SERVER 1120
00142 #define IDS_PURPOSE_ENROLLMENT_AGENT 1121
00143 #define IDS_PURPOSE_SMARTCARD_LOGON 1122
00144 #define IDS_PURPOSE_CA_EXCHANGE 1123
00145 #define IDS_PURPOSE_KEY_RECOVERY_AGENT 1124
00146 #define IDS_PURPOSE_DS_EMAIL_REPLICATION 1125
00147 
00148 #define IDS_EXPORT_WIZARD 1200
00149 #define IDS_EXPORT_FORMAT_TITLE 1201
00150 #define IDS_EXPORT_FORMAT_SUBTITLE 1202
00151 #define IDS_EXPORT_FILE_TITLE 1203
00152 #define IDS_EXPORT_FILE_SUBTITLE 1204
00153 #define IDS_EXPORT_FILE_EXISTS 1205
00154 #define IDS_EXPORT_FILTER_CERT 1206
00155 #define IDS_EXPORT_FILTER_BASE64_CERT 1207
00156 #define IDS_EXPORT_FILTER_CRL 1208
00157 #define IDS_EXPORT_FILTER_CTL 1209
00158 #define IDS_EXPORT_FILTER_CMS 1210
00159 #define IDS_EXPORT_FILTER_PFX 1211
00160 #define IDS_EXPORT_FILTER_SERIALIZED_CERT_STORE 1212
00161 #define IDS_EXPORT_FORMAT 1213
00162 #define IDS_EXPORT_INCLUDE_CHAIN 1214
00163 #define IDS_EXPORT_KEYS 1215
00164 #define IDS_YES 1216
00165 #define IDS_NO 1217
00166 #define IDS_EXPORT_SUCCEEDED 1218
00167 #define IDS_EXPORT_FAILED 1219
00168 #define IDS_EXPORT_PRIVATE_KEY_TITLE 1220
00169 #define IDS_EXPORT_PRIVATE_KEY_SUBTITLE 1221
00170 #define IDS_EXPORT_PASSWORD_TITLE 1222
00171 #define IDS_EXPORT_PASSWORD_SUBTITLE 1223
00172 #define IDS_EXPORT_PASSWORD_MISMATCH 1224
00173 #define IDS_EXPORT_PRIVATE_KEY_UNAVAILABLE 1225
00174 #define IDS_EXPORT_PRIVATE_KEY_NON_EXPORTABLE 1226
00175 
00176 #define IDD_GENERAL 100
00177 #define IDD_DETAIL 101
00178 #define IDD_HIERARCHY 102
00179 #define IDD_USERNOTICE 103
00180 #define IDD_CERT_PROPERTIES_GENERAL 104
00181 #define IDD_ADD_CERT_PURPOSE 105
00182 #define IDD_SELECT_STORE 106
00183 #define IDD_IMPORT_WELCOME 107
00184 #define IDD_IMPORT_FILE 108
00185 #define IDD_IMPORT_STORE 109
00186 #define IDD_IMPORT_FINISH 110
00187 #define IDD_CERT_MGR 111
00188 #define IDD_CERT_MGR_ADVANCED 112
00189 #define IDD_EXPORT_WELCOME 113
00190 #define IDD_EXPORT_PRIVATE_KEY 114
00191 #define IDD_EXPORT_PASSWORD 115
00192 #define IDD_EXPORT_FORMAT 116
00193 #define IDD_EXPORT_FILE 117
00194 #define IDD_EXPORT_FINISH 118
00195 
00196 #define IDB_SMALL_ICONS 200
00197 #define IDB_CERT 201
00198 #define IDB_CERT_ERROR 202
00199 #define IDB_CERT_WARNING 203
00200 #define IDB_CHECKS 204
00201 #define IDB_CERT_WATERMARK 205
00202 #define IDB_CERT_HEADER 206
00203 
00204 #define IDC_CERTIFICATE_ICON 2001
00205 #define IDC_CERTIFICATE_INFO 2002
00206 #define IDC_CERTIFICATE_STATUS 2003
00207 #define IDC_CERTIFICATE_NAMES 2004
00208 #define IDC_ADDTOSTORE 2005
00209 #define IDC_ISSUERSTATEMENT 2006
00210 
00211 #define IDC_DETAIL_SELECT 2100
00212 #define IDC_DETAIL_LIST 2101
00213 #define IDC_DETAIL_VALUE 2102
00214 #define IDC_EDITPROPERTIES 2103
00215 #define IDC_EXPORT 2104
00216 
00217 #define IDC_VIEWCERTIFICATE 2200
00218 #define IDC_CERTPATH 2201
00219 #define IDC_CERTIFICATESTATUS 2202
00220 #define IDC_CERTIFICATESTATUSTEXT 2203
00221 
00222 #define IDC_USERNOTICE 2300
00223 #define IDC_CPS 2301
00224 
00225 #define IDC_FRIENDLY_NAME 2400
00226 #define IDC_DESCRIPTION 2401
00227 #define IDC_ENABLE_ALL_PURPOSES 2402
00228 #define IDC_DISABLE_ALL_PURPOSES 2403
00229 #define IDC_ENABLE_SELECTED_PURPOSES 2404
00230 #define IDC_CERTIFICATE_USAGES 2405
00231 #define IDC_ADD_PURPOSE 2406
00232 
00233 #define IDC_NEW_PURPOSE 2500
00234 
00235 #define IDC_STORE_TEXT 2600
00236 #define IDC_STORE_LIST 2601
00237 #define IDC_SHOW_PHYSICAL_STORES 2602
00238 
00239 #define IDC_IMPORT_TITLE 2700
00240 #define IDC_IMPORT_FILENAME 2701
00241 #define IDC_IMPORT_BROWSE_FILE 2702
00242 #define IDC_IMPORT_AUTO_STORE 2703
00243 #define IDC_IMPORT_SPECIFY_STORE 2704
00244 #define IDC_IMPORT_STORE 2705
00245 #define IDC_IMPORT_BROWSE_STORE 2706
00246 #define IDC_IMPORT_SETTINGS 2707
00247 
00248 #define IDC_MGR_PURPOSE_SELECTION 2800
00249 #define IDC_MGR_STORES 2801
00250 #define IDC_MGR_CERTS 2802
00251 #define IDC_MGR_IMPORT 2803
00252 #define IDC_MGR_EXPORT 2804
00253 #define IDC_MGR_REMOVE 2805
00254 #define IDC_MGR_ADVANCED 2806
00255 #define IDC_MGR_PURPOSES 2807
00256 #define IDC_MGR_VIEW 2808
00257 
00258 #define IDC_EXPORT_TITLE 2900
00259 #define IDC_EXPORT_FORMAT_DER 2901
00260 #define IDC_EXPORT_FORMAT_BASE64 2902
00261 #define IDC_EXPORT_FORMAT_CMS 2903
00262 #define IDC_EXPORT_FORMAT_PFX 2904
00263 #define IDC_EXPORT_CMS_INCLUDE_CHAIN 2905
00264 #define IDC_EXPORT_PFX_INCLUDE_CHAIN 2906
00265 #define IDC_EXPORT_PFX_STRONG_ENCRYPTION 2907
00266 #define IDC_EXPORT_PFX_DELETE_PRIVATE_KEY 2908
00267 #define IDC_EXPORT_FILENAME 2909
00268 #define IDC_EXPORT_BROWSE_FILE 2910
00269 #define IDC_EXPORT_SETTINGS 2911
00270 #define IDC_EXPORT_PRIVATE_KEY_YES 2912
00271 #define IDC_EXPORT_PRIVATE_KEY_NO 2913
00272 #define IDC_EXPORT_PRIVATE_KEY_UNAVAILABLE 2914
00273 #define IDC_EXPORT_PASSWORD 2915
00274 #define IDC_EXPORT_PASSWORD_CONFIRM 2916
00275 
00276 #endif /* ndef __CRYPTUIRES_H_ */

Generated on Fri May 25 2012 04:21:18 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.