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.

25 lines
727 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name :
  4. nsepname.hxx
  5. Abstract:
  6. This file contains path definition to access Name Space Extension
  7. --*/
  8. #define NSEPM_CERT11_OBJ "Cert11"
  9. #define NSEPM_CERTW_OBJ "CertW"
  10. #define NSEPM_BASIC_OBJ "Basic"
  11. #define NSEPM_DIGEST_OBJ "Digest"
  12. #define NSEPM_ISSUER_OBJ "Issuers"
  13. #define NSEPM_CERT11_PATH "/<nsepm>/" NSEPM_CERT11_OBJ
  14. #define NSEPM_CERTW_PATH "/<nsepm>/" NSEPM_CERTW_OBJ
  15. #define NSEPM_BASIC_PATH "/<nsepm>/" NSEPM_BASIC_OBJ
  16. #define NSEPM_DIGEST_PATH "/<nsepm>/" NSEPM_DIGEST_OBJ
  17. #define NSEPM_ISSUER_PATH "/<nsepm>/" NSEPM_ISSUER_OBJ