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.

34 lines
490 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. seccom.hxx
  5. Abstract:
  6. This module contains common security definitions.
  7. Author:
  8. Michael Thomas (michth) 08-Oct-1997
  9. Revision History:
  10. --*/
  11. #ifndef _SECCOM_HXX_
  12. #define _SECCOM_HXX_
  13. //
  14. // Our crypto key container names.
  15. //
  16. #define DCOM_SERVER_CONTAINER TEXT("MS IIS DCOM Server")
  17. #define DCOM_CLIENT_CONTAINER TEXT("MS IIS DCOM Client")
  18. #endif // _SECCOM_HXX_