SK_FLAGS_APICONTEXTINITIALIZE_NOBUNDLEINIT Constant

If specified when calling SK_ApiContextInitialize, the PLUSNative API will not attempt to bundle the SSL Certificates from the store into a temp folder. This flag must only be used with the first call to SK_ApiContextInitialize.

Syntax

C/C++
#define SK_FLAGS_APICONTEXTINITIALIZE_NOBUNDLEINIT (0x00000002)
Visual Basic
Const SK_FLAGS_APICONTEXTINITIALIZE_NOBUNDLEINIT As Long = 2