StorageID Property
A unique identifier of this storage.
Syntax
property StorageID: String read get_StorageID;
Default Value
''
Remarks
Use this property to get a unique ID of this storage. The format of ID may differ for different kinds of certificate storages, and may range from a file path for a file storage, to a URI-like ID for a PKCS#11 storage, to an empty value for an in-memory storage.
This property is read-only.