Unit
ScBridge
Description
TScMemoryStorage is used to store information about keys, certificates, and users in RAM memory.
On the instance creating the Keys, Certificates and Users properties are empty, and TScMemoryStorage frees all objects from these lists when the instance is itself destroyed.
Note: The TScMemoryStorage component is designed to store certificates and keys only in the RAM of the device. For this reason, certificates and keys are stored in the local memory of the running application at runtime. At design-time, they are stored in the local memory only when you work in the TScMemoryStorage property editor: if you close the project, the keys will be removed. You will need to import the keys again after reopening the project.
See Also