AccessAuthConn.cpp 424 B

1234567891011121314151617
  1. #include "stdafx.h"
  2. #include "AccessAuthConn.h"
  3. #include "mod_AccessAuth.h"
  4. #include "GetDevInfoHelper.h"
  5. #include "access_basefun.h"
  6. #ifdef RVC_OS_WIN
  7. #pragma comment(lib, "crypt32.lib")
  8. #include <windows.h>
  9. #include <Wincrypt.h>
  10. #include "MyBase64.h"
  11. #else
  12. #include "comm.h"
  13. #include "Event.h"
  14. #include <fstream>
  15. using namespace std;
  16. #endif // RVC_OS_WIN
  17. #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING)