Discuss this help topic in SecureBlackbox Forum
TElPKCS11CertStorage.Certificates
Use this read-only property to get the certificate from the storage.
Declaration
Parameters
Description
Use this property to access instances of TElX509Certificate objects that are stored in storage. Note, that original objects are returned, not copies, so you must not dispose of these objects. You should copy the certificate if necessary. Also, remember that most devices don't give away the private key, so you won't be able to save the private key of such certificates to the stream or buffer (although signing/decryption operations are possible if supported by the device itself).