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.

27 lines
1.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998-2002
  5. //
  6. // File: strconst.h
  7. //
  8. // Contents: Definition of string constants for Certificate Templates
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef __STRCONST_H
  12. #define __STRCONST_H
  13. #define CERTTMPL_LDAP L"LDAP"
  14. #define CERTTMPL_ROOTDSE L"RootDSE"
  15. #define CERTTMPL_DEFAULT_NAMING_CONTEXT L"defaultNamingContext"
  16. #define CERTTMPL_SYSTEM_RDN L"CN=System"
  17. #define CERTTMPL_CONFIG_NAMING_CONTEXT L"configurationNamingContext"
  18. #define CERTTMPL_CONTEXT_HELP_FILE L"CapeSnpn.hlp"
  19. #define CERTTMPL_LINKED_HELP_FILE L"CertTmpl.chm"
  20. #define CERTTMPL_HTML_HELP_FILE L"CertTmpl.chm"
  21. #define CERTTMPL_HTML_TOP_NODE L"sag_CT_topnode.htm"
  22. #define CERTTMPL_HELP_PATH L"\\help\\"
  23. #define CERTTMPL_CONCEPTS_HELP_FILE L"CTconcepts.chm"
  24. #endif // __STRCONST_H