Discuss this help topic in SecureBlackbox Forum
TElX509Certificate.SaveKeyToBufferPEM
Saves the private key of the certificate to the memory buffer in PEM format.
Declaration
Parameters
TSBSymmetricCryptoMode values
|
Return value
True on success.
False if the buffer size is too small.
In this case this method sets
Size parameter
is set to the size which will be enough to hold the whole data.
Description
This method saves the private key 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.