00001 00009 #ifndef __IPKIFRAWCRYPTCONTEXT_H__ 00010 #define __IPKIFRAWCRYPTCONTEXT_H__ 00011 00012 #include "PKIFdll.h" 00013 00022 class CAC_API CAC_NO_VTABLE IPKIFRawCryptContext 00023 { 00024 public: 00025 IPKIFRawCryptContext(); //added 8/21/2004 00026 virtual ~IPKIFRawCryptContext(); 00027 private: 00028 //added 8/21/2004 00030 IPKIFRawCryptContext(const IPKIFRawCryptContext& copy); 00032 IPKIFRawCryptContext& operator=(const IPKIFRawCryptContext& rhs); 00033 }; 00034 DECLARE_SMART_POINTERS(IPKIFRawCryptContext); 00035 00036 #endif //__IPKIFRAWCRYPTCONTEXT_H__ 00037