00001 00009 #ifndef __IPKIFCRYPTOFULL_H__ 00010 #define __IPKIFCRYPTOFULL_H__ 00011 00012 #include "PKIFdll.h" 00013 #include "IPKIFCryptoRaw.h" 00014 #include "IPKIFCryptoKeyID.h" 00015 00021 class CAC_API CAC_NO_VTABLE IPKIFCryptoFull : public IPKIFCryptoRaw, public IPKIFCryptoKeyID 00022 { 00023 public: 00024 IPKIFCryptoFull(); //added 8/21/2004 00025 private: 00026 //added 8/21/2004 00028 IPKIFCryptoFull(const IPKIFCryptoFull& copy); 00030 IPKIFCryptoFull& operator=(const IPKIFCryptoFull& rhs); 00031 }; 00032 00033 00034 #endif //__IPKIFCRYPTOFULL_H__ 00035