Discuss this help topic in SecureBlackbox Forum
This method saves the private key to file or buffer.
Declaration
Parameters
- PrivateKeyFile - file to which private key is saved
- Passphrase - password of the file with private key
- Buffer - the buffer to which the key is saved.
- Size - the size of the buffer to which the data is saved.When the method returns, Size parameter contains the size of the data that were saved, or, if the buffer was too small,the size of the buffer enough to hold the data.
Return value
0 - on success.
Error code otherwise.
Description
Use this method
to save private key to file or buffer.
Discuss this help topic in SecureBlackbox Forum