LibSCVPGuard.h

Go to the documentation of this file.
00001 
00009 #if !defined(__LIBSCVPGUARD_H__)
00010 #define __LIBSCVPGUARD_H__
00011 
00012 #include "PKIFConfigSerialization.h"
00013 
00014 class CLibSCVPGuardImpl;
00021 class PKIFCONFIGSERIALIZATION_API CLibSCVPGuard
00022 {
00023     public:
00024         CLibSCVPGuard();
00025         ~CLibSCVPGuard();
00026 
00027         bool IsSCVPAvailable();
00028         const char * GetLoaderError();
00029 
00030         static void Shutdown();
00031 
00032     private:
00033         static CLibSCVPGuardImpl * m_impl;
00034 };
00035 
00036 #endif 

Generated on Mon Nov 15 11:15:51 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6