[Java]
int getPKCS11Options();
void setPKCS11Options(int Value);
Values
[.NET]
[Pascal]
[C++]
Description
pcsoAutoRefreshSlotInfo = 1
pcsoAutoRefreshSlotInfo
f_pcsoAutoRefreshSlotInfo = 1
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
.
TSBPKCS11StorageOptions values
[.NET][C++]
[Pascal]
[PHP]
Description
f_pcsoAutoRefreshSlotInfo = 1
pcsoAutoRefreshSlotInfo
pcsoAutoRefreshSlotInfo = 1
...
f_pcsoCreatePublicKeyObjects = 2
pcsoCreatePublicKeyObjects
pcsoCreatePublicKeyObjects = 2
...
f_pcsoOnDemandMode = 4
pcsoOnDemandMode
pcsoOnDemandMode = 4
...
f_pcsoUniqueIDs = 8
pcsoUniqueIDs
pcsoUniqueIDs = 8
...
f_pcsoNoSessionLevelNotifications = 16
pcsoNoSessionLevelNotifications
pcsoNoSessionLevelNotifications = 16
...
f_pcsoWeakenedKeySearchCriteria = 32
pcsoWeakenedKeySearchCriteria
pcsoWeakenedKeySearchCriteria = 32
...
f_pcsoNoImplicitSlotInfoUpdates = 64
pcsoNoImplicitSlotInfoUpdates
pcsoNoImplicitSlotInfoUpdates = 64
...
f_pcsoInitTemplateForFind = 128
pcsoInitTemplateForFind
pcsoInitTemplateForFind = 128
...
f_pcsoUseSystemProcAddresses = 256
pcsoUseSystemProcAddresses
pcsoUseSystemProcAddresses = 256
...
Description
Use this property to specify various storage options.