Web API Reference MapGuide Open Source
 
#define MG_CRYPTOGRAPHY_THROW (  ) 

Value:

if (cryptographyException != NULL)                                        \
    {                                                                         \
        (*cryptographyException).AddRef();                                    \
        cryptographyException->Raise();                                       \
    }                                                                         \


Comments or suggestions? Send us feedback.