Specifies whether to automatically refresh slot info to control token insertion/removal.
pcsoCreatePublicKeyObjects = 2
pcsoCreatePublicKeyObjects
f_pcsoCreatePublicKeyObjects = 2
If this option is present, public key object is created when the certificate is added to the storage.
pcsoOnDemandMode = 4
pcsoOnDemandMode
f_pcsoOnDemandMode = 4
This option switches the on-demand token access mode.
pcsoUniqueIDs = 8
pcsoUniqueIDs
f_pcsoUniqueIDs = 8
If this option is present, all objects in PKCS#11 storage will have unique ID's.
pcsoNoSessionLevelNotifications = 16
pcsoNoSessionLevelNotifications
f_pcsoNoSessionLevelNotifications = 16
This option switches off session level notifications.
pcsoWeakenedKeySearchCriteria = 32
pcsoWeakenedKeySearchCriteria
f_pcsoWeakenedKeySearchCriteria = 32
Turns on or off weakened key search criteria.
pcsoNoImplicitSlotInfoUpdates = 64
pcsoNoImplicitSlotInfoUpdates
f_pcsoNoImplicitSlotInfoUpdates = 64
If this option is present, the PKCS#11 storage component will not refresh slot information when listing to slots (for the sake of perfomance).
pcsoInitTemplateForFind = 128
pcsoInitTemplateForFind
f_pcsoInitTemplateForFind = 128
Enables TElPKCS11Manager to work with PKCS#11 drivers that require initialized template parameter for C_FindObjectsInit function.
pcsoUseSystemProcAddresses = 256
pcsoUseSystemProcAddresses
pcsoUseSystemProcAddresses = 256
Switch this option on to avoid the runtime error in NG edition caused by bad pointers returned by the C_GetFunctionList function of some .dylib tokens. See also TElPKCS11Module.UseGetFunctionList.