Discuss this help topic in SecureBlackbox Forum
Saves the private key of the Certificate Request to the memory buffer in PVK format.
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 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. The private key is saved in PVK format.
StrongEncryption parameter affects the way the hash of the password is stored. In "weak" mode only 5 bytes of the SHA1 hash are stored. In "strong" mode the complete hash is stored.