SK_FLAGS_APICONTEXTINITIALIZE_CRYPTO_SHUTDOWN_ATEXIT Constant

If specified when calling SK_ApiContextInitialize, the cryptographic library will be shutdown at process exit. This flag must only be used with the first call to SK_ApiContextInitialize.

Syntax

C/C++
#define SK_FLAGS_APICONTEXTINITIALIZE_CRYPTO_SHUTDOWN_ATEXIT (0x00000004)
Visual Basic
Const SK_FLAGS_APICONTEXTINITIALIZE_CRYPTO_SHUTDOWN_ATEXIT As Long = 4