Discuss this help topic in SecureBlackbox Forum
TElCustomCertStorage.Certificates
Use this property to access individual certificates by index
Declaration
Parameters
Description
Use this property in derived classes to access certificates contained 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.
Note: In .NET use get_Certificates() method to access the individual certificates.