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.

48 lines
552 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. security.hxx
  5. Abstract:
  6. IIS MetaBase security routines.
  7. Author:
  8. Keith Moore (keithmo) 13-Mar-1997
  9. Revision History:
  10. --*/
  11. #ifndef _SECURITY_HXX_
  12. #define _SECURITY_HXX_
  13. BOOL
  14. InitializeMetabaseSecurity(
  15. VOID
  16. );
  17. VOID
  18. TerminateMetabaseSecurity(
  19. VOID
  20. );
  21. HRESULT
  22. GetCryptoProvider(
  23. HCRYPTPROV *Provider
  24. );
  25. HRESULT
  26. GetCryptoProvider2(
  27. HCRYPTPROV *Provider
  28. );
  29. #endif // _SECURITY_HXX_