Source code of Windows XP (NT5)
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.

33 lines
700 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: scrypt.h
  7. //
  8. // Contents:
  9. //
  10. // Definition of public key and other defines for selective financial
  11. // application crypto.
  12. //
  13. // Classes:
  14. //
  15. // Functions:
  16. //
  17. // History: 5-12-96
  18. //
  19. //----------------------------------------------------------------------------
  20. #ifdef ENABLE_SELECTIVE_CRYPTO
  21. #ifndef __SCCRYPT_H__
  22. #define __SCCRYPT_H__
  23. #define MAX_PATH_LEN 256
  24. #define MAX_CERT_LEN 256
  25. #define SC_REG_KEY_BASE TEXT("System\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\ApprovedApps")
  26. #endif
  27. #endif