Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
4.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: helpids.h
  7. //
  8. // Contents: Help Identifiers for the entire UI project
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef __CERTTMPL_HELPIDS_H
  12. #define __CERTTMPL_HELPIDS_H
  13. // IDD_NEW_APPLICATION_OID
  14. #define IDH_NEW_APPLICATION_OID_NAME 1500
  15. #define IDH_NEW_APPLICATION_OID_VALUE 1501
  16. // IDD_NEW_ISSUANCE_OID
  17. #define IDH_NEW_ISSUANCE_OID_NAME 1505
  18. #define IDH_NEW_ISSUANCE_OID_VALUE 1506
  19. #define IDH_CPS_EDIT 1507
  20. // IDD_ADD_APPROVAL
  21. #define IDH_APPROVAL_LIST 1510
  22. // IDD_BASIC_CONSTRAINTS
  23. #define IDH_BASIC_CONSTRAINTS_CRITICAL 1520
  24. #define IDH_ONLY_ISSUE_END_ENTITIES 1521
  25. // IDD_KEY_USAGE
  26. #define IDH_KEY_USAGE_CRITICAL 1530
  27. #define IDH_CHECK_DIGITAL_SIGNATURE 1531
  28. #define IDH_CHECK_NON_REPUDIATION 1532
  29. #define IDH_CHECK_CERT_SIGNING 1533
  30. #define IDH_CRL_SIGNING 1534
  31. #define IDH_CHECK_KEY_AGREEMENT 1535
  32. #define IDH_CHECK_KEY_ENCIPHERMENT 1536
  33. #define IDH_CHECK_DATA_ENCIPHERMENT 1537
  34. // IDD_POLICY
  35. #define IDH_POLICY_CRITICAL 1550
  36. #define IDH_POLICIES_LIST 1551
  37. #define IDH_ADD_POLICY 1552
  38. #define IDH_REMOVE_POLICY 1553
  39. #define IDH_EDIT_POLICY 1554
  40. // IDD_SELECT_OIDS
  41. #define IDH_OID_LIST 1560
  42. #define IDH_NEW_OID 1561
  43. // IDD_SELECT_TEMPLATE
  44. #define IDH_TEMPLATE_LIST 1570
  45. #define IDH_TEMPLATE_PROPERTIES 1571
  46. // IDD_TEMPLATE_EXTENSIONS
  47. #define IDH_EXTENSION_LIST 1580
  48. #define IDH_SHOW_DETAILS 1581
  49. #define IDH_EXTENSION_DESCRIPTION 1582
  50. // IDD_TEMPLATE_GENERAL
  51. #define IDH_DISPLAY_NAME 1600
  52. #define IDH_TEMPLATE_NAME 1601
  53. #define IDH_VALIDITY_EDIT 1602
  54. #define IDH_VALIDITY_UNITS 1603
  55. #define IDH_RENEWAL_EDIT 1604
  56. #define IDH_RENEWAL_UNITS 1605
  57. #define IDH_PUBLISH_TO_AD 1606
  58. #define IDH_TEMPLATE_VERSION 1607
  59. #define IDH_USE_AD_CERT_FOR_REENROLLMENT 1608
  60. // IDD_TEMPLATE_V1_REQUEST
  61. #define IDH_V1_PURPOSE_COMBO 1610
  62. #define IDH_V1_EXPORT_PRIVATE_KEY 1611
  63. #define IDH_V1_CSP_LIST 1612
  64. // IDD_TEMPLATE_V2_REQUEST
  65. #define IDH_V2_PURPOSE_COMBO 1620
  66. #define IDH_V2_ARCHIVE_KEY_CHECK 1621
  67. #define IDH_V2_INCLUDE_SYMMETRIC_ALGORITHMS_CHECK 1622
  68. #define IDH_V2_MINIMUM_KEYSIZE_VALUE 1623
  69. #define IDH_V2_EXPORT_PRIVATE_KEY 1624
  70. #define IDH_V2_DELETE_PERMANENTLY 1710
  71. #define IDH_V2_ENROLL_WITHOUT_INPUT 1626
  72. #define IDH_V2_ENROLL_PROMPT_USER 1627
  73. #define IDH_V2_ENROLL_PROMPT_USER_REQUIRE_IF_PRIVATE_KEY 1628
  74. #define IDH_V2_CSPS 1629
  75. // IDD_CSP_SELECTION
  76. #define IDH_USE_ANY_CSP 1700
  77. #define IDH_USE_SELECTED_CSPS 1701
  78. #define IDH_V2_CSP_LIST 1625
  79. // IDD_TEMPLATE_V1_SUBJECT_NAME
  80. #define IDH_REQUIRE_SUBJECT 1630
  81. #define IDH_SUBJECT_AND_BUILD_SUBJECT_BY_CA 1631
  82. #define IDH_EMAIL_NAME 1633
  83. #define IDH_SUBJECT_MUST_BE_MACHINE 1634
  84. #define IDH_SUBJECT_MUST_BE_USER 1635
  85. // IDD_TEMPLATE_V2_AUTHENTICATION
  86. #define IDH_ISSUANCE_POLICIES 1640
  87. #define IDH_ADD_APPROVAL 1641
  88. #define IDH_REMOVE_APPROVAL 1642
  89. #define IDH_NUM_SIG_REQUIRED_EDIT 1643
  90. #define IDH_REENROLLMENT_REQUIRES_VALID_CERT 1644
  91. #define IDH_REENROLLMENT_SAME_AS_ENROLLMENT 1645
  92. #define IDH_NUM_SIG_REQUIRED_CHECK 1646
  93. #define IDH_PEND_ALL_REQUESTS 1647
  94. #define IDH_POLICY_TYPES 1648
  95. #define IDH_APPLICATION_POLICIES 1649
  96. // IDD_TEMPLATE_V2_SUBJECT_NAME
  97. #define IDH_SUBJECT_NAME_SUPPLIED_IN_REQUEST 1650
  98. #define IDH_SUBJECT_NAME_BUILT_BY_CA 1651
  99. #define IDH_SUBJECT_NAME_NAME_LABEL 1652
  100. #define IDH_SUBJECT_NAME_NAME_COMBO 1653
  101. #define IDH_EMAIL_IN_SUB 1654
  102. #define IDH_EMAIL_IN_ALT 1655
  103. #define IDH_DNS_NAME 1656
  104. #define IDH_UPN 1657
  105. #define IDH_SPN 1658
  106. // IDD_TEMPLATE_V2_SUPERCEDES
  107. #define IDH_SUPERCEDED_TEMPLATES_LIST 1680
  108. #define IDH_ADD_SUPERCEDED_TEMPLATE 1681
  109. #define IDH_REMOVE_SUPERCEDED_TEMPLATE 1682
  110. // IDD_VIEW_OIDS
  111. #define IDH_VIEW_OIDS_OID_LIST 1690
  112. #define IDH_COPY_OID 1691
  113. #endif // __CERTTMPL_HELPIDS_H