Discuss this help topic in SecureBlackbox Forum
Saves the certificate to the memory buffer.
Declaration
Parameters
Return value
True on success.
False if the buffer size is too small.
In this case this method sets
Size parameter
to the actual size of encoded certificate.
Description
This method saves the certificate to the provided memory location of the given size. If the buffer is too small (or empty), Size parameter is set to the size which will be enough to hold the whole data. The certificate is saved in DER format.