Discuss this help topic in SecureBlackbox Forum
Saves the secret part of the key
Declaration
Parameters
- Buffer - The buffer where key material should be saved
- Index - Start offset of the key material in buffer
- Size - The length of the buffer where to save the key material. When the method returns, Size parameter contains the number of bytes actually written, or, if the buffer was too small, the size of the buffer enough to hold the data.
- Stream - The stream to which the key is written.
Description
Use this method to save the secret part of the key.
Discuss this help topic in SecureBlackbox Forum