Discuss this help topic in SecureBlackbox Forum
This method saves the public key to file or buffer.
Declaration
Parameters
- PublicKeyFile - file to which public key is saved
- 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.
- EOLMarker - specifies the end-of-line marker. Specification requires use of system-defined marker. Note, that some unix systems have problems handling CRLF EOL marker.
TSBEOLMarker values
Return value
Returns 0 on success, and error code otherwise.
Description
Use this method
to save public key to file or buffer in KeyFormat format.
Discuss this help topic in SecureBlackbox Forum