Discuss this help topic in SecureBlackbox Forum
TElX509Certificate.SaveKeyValueToBuffer
Saves the private key of 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
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.
Be sure to check if the private key exists and is extractable before calling this method.