Discuss this help topic in SecureBlackbox Forum

Export or save the chain

Certificate chain is represented in SecureBlackbox by TElX509CertificateChain class (it appeared in SecureBlackbox 5).

The chain doesn't have its own methods for saving the certificates. To save the chain's certificates to some data stream, you need to create an instance of TElMemoryCertStorage class and then use its ImportFrom() method to import the certificates from TElX509CertificateChain to TElMemoryCertStorage. After that you can export the certificate(s) as described in the corresponding how-to article.

How To articles about certificate chains

Discuss this help topic in SecureBlackbox Forum