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.

20 lines
818 B

  1. #include "nt.h"
  2. #include "ntdef.h"
  3. #include "ntrtl.h"
  4. #include "nturtl.h"
  5. #include "fasterxml.h"
  6. #include "xmlassert.h"
  7. #include "sxs-rtl.h"
  8. #include "skiplist.h"
  9. #include "namespacemanager.h"
  10. #include "xmlstructure.h"
  11. #include "stringpool.h"
  12. #include "signature.h"
  13. const XML_SPECIAL_STRING c_ss_Signature = MAKE_SPECIAL_STRING("Signature");
  14. const XML_SPECIAL_STRING c_ss_SignedInfo = MAKE_SPECIAL_STRING("SignedInfo");
  15. const XML_SPECIAL_STRING c_ss_SignatureValue = MAKE_SPECIAL_STRING("SignatureValue");
  16. const XML_SPECIAL_STRING c_ss_KeyInfo = MAKE_SPECIAL_STRING("KeyInfo");
  17. const XML_SPECIAL_STRING c_ss_Object = MAKE_SPECIAL_STRING("Object");
  18. const XML_SPECIAL_STRING c_ss_XmlNsSignature = MAKE_SPECIAL_STRING("http://www.w3.org/2000/09/xmldsig#");